
/*TMP*/
#scenes .cluetip span{
	background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
	color:black;
	display:block;
	font-weight:bold;
	height:23px;
	padding-top:5px;
	text-align:center;
	width:23px;
}
/*TMP*/
.thumbs_banner{
	margin:10px auto;
	padding:2px 0;
	height: 60px !important;
	width:100%;
	margin-bottom: 0px;
}

.thumbs_banner .space-keeper{
	width:21px;
	float:left;
	display:block;
overflow: hidden;
	height:65px;
}

.thumbs_banner .space-keeper a.prev{
	height:65px;
	display:none;
	width:21px;
	text-align:center;
	text-decoration:none;
	background:url(../img/icon/serial_scroll_left.gif) no-repeat 0 0 #eee;
}
#scenes_list{
	overflow:hidden;
	float:left;
	width:688px;
}
#scenes_list ul{
	list-style-type:none;
}

#scenes_list li{
	float:left;
}

#scenes_list a{
	display:block;
}

.thumbs_banner a.next {
	height:65px;
	float:left;
	display:block;
	width:21px;
	text-align:center;
	text-decoration:none;
	background:url(../img/icon/serial_scroll_right.gif) no-repeat 0 0 #ddd;
}

/* Cluetip design ****************************************************************************** */
#scenes .screen_scene {
	margin:0 auto;
}

#scenes a.cluetip{
	display:block;
	position:absolute;
	text-decoration:none;
}

.cluetip-product_scene {
	padding:10px;
	text-align:left;
	background:#fff;
	width: 180px !important;
	border: #1px solid #CECECE;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.4);
box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.4);
}

.cluetip-product_scene #cluetip-close{
	text-align:right;
	float:right;
}


.cluetip-product_scene h4{
	display:inline-block;
	margin-bottom:8px;
	padding:0;

	padding-bottom: 8px;
	width: 100%;
	border-bottom: 1px dashed  #CECECE;
	font-weight: normal;
	text-transform: uppercase;
}

.cluetip-product_scene .clear {margin:0; padding:0}
.cluetip-product_scene .clear a {
	/*float:left;*/
	margin-top:2px;
}



.cluetip-product_scene div.prices{
	position:relative;

}
.cluetip-product_scene .price{
	padding-top:18px;
	color:#990000
}
}
/* END Cluetip design */
.nonvisiblescene{visibility:hidden;}