/* Cluetip design */

.cluetip-product_scene {
		text-align:left;
		background-color:white;
		padding:10px;
		border:1px solid gray;
		background:#F1F2F4 url(../img/block_bg.jpg) repeat-x scroll left bottom;
		opacity:0.95;
		width:110px!important;
		display:block;
		overflow:hidden;
	}
	
	.cluetip-product_scene #cluetip-close{
		text-align:right;
		float:right;
	}
	
	.cluetip-product_scene h4{
		float:left;
		font-size:12px;
		margin-bottom:5px;
		width:105px;
	}
	
	.cluetip-product_scene a{
		float:left;
		margin-top:2px;
	}
	
	.cluetip-product_scene p.description{
		float:left;
		width:100px;
		margin-left:15px;
		display:none;
	}
	
	.cluetip-product_scene div.prices{
		float:left;
		width:90px;
		text-align:right;
		display:none;
	}
	
	.cluetip-product_scene .new {
		background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0% 50%;
		border:1px solid #488C40;
		clear:both;
		color:white;
		display:none;
		font-size:0.45em;
		font-weight:bold;
		margin:8px;
		padding:0pt 0.4em;
		text-transform:uppercase;
		vertical-align:0.3em;
	}
	.cluetip-product_scene .on_sale, .cluetip-product_scene .discount {
		color:#DA0F00;
		display:block;
		font-weight:bold;
		text-transform:uppercase;
	}

/* END Cluetip design */

#scenes .screen_scene {
	margin:0 auto;
}

#scenes a.cluetip{
	display:block;
	position:absolute;
	text-decoration:none;
}

/*TMP*/
#scenes a.cluetip span{
	background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
	color:black;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	height:23px;
	padding-top:5px;
	text-align:center;
	width:23px;
}
/*TMP*/

#scenes_list {
	margin:10px auto;
	width:200px;
	height:30px;
	position:absolute;
	margin:-55px 0 0 600px;
}

 

#scenes_list ul{
	list-style-type:none;
}

#scenes_list ul li{
	float:left;	
}

#scenes_list ul li a{
	display:block;
	background-color:#000;
	float:left;
	text-align:center;
	width:20px!important;
	width:20px!important;
	font-size:30px;
	color:#fff;
	text-decoration:none;
	padding:0px 6px 0px 6px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
#scenes_list ul li a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

