/* Cluetip design */

.cluetip-product_scene {
		text-align:left;
		background-color:white;
		padding:0.5em;
		border:1px solid #e8e6e6;
		opacity:0.95;
	}
	
	.cluetip-product_scene #cluetip-close{
		text-align:right;
		float:left;
	}
	
	.cluetip-product_scene h4 span{
		
		color:#9e763d;
		font-size:1.2em;
		margin-left:0.2em;
		width:100%;
	}
	
	.cluetip-product_scene a{
		float:left;
		margin-top:2px;
	}
	
	.cluetip-product_scene p.description{
		float:left;
		width:170px;
		margin-left:15px;
		background:none;
		text-align:justify;
	}
	
	.cluetip-product_scene p.description strong{
		color:black;
		font-size:13px
	}
	
	.cluetip-product_scene .new {
		clear:both;
		color:#0C0;
		display:inline;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		vertical-align:0.3em;
	}
	
	.cluetip-product_scene .on_sale, .cluetip-product_scene .discount {
		color:#dd2a81;
		display:block;
		font-weight:bold;
		text-transform:uppercase;
		text-align:right;
		margin-right:0.7em
	}

/* END Cluetip design */

#scenes {
	width:723px;
	margin-top:0.7em;
	padding:1em 1em 2em 1em;
	background:white url(../img/bg_commitment.gif) top right no-repeat;
	border:1px solid #ebebeb
}


#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 .thumbs_banner .space-keeper a.prev{
	background:transparent url(../img/icon/serial_scroll_left.gif);
	display:none;
	width:25px;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	background-color:#EEE;
}

#scenes .thumbs_banner #scenes_list{
	width:100%;
	float:left;
	border:none;
	border-top:1px dotted #EEE;
}

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

#scenes .thumbs_banner #scenes_list ul li{
	float:left;
}

#scenes .thumbs_banner #scenes_list ul li a{
	display:block;
}

#scenes .thumbs_banner a.next {
	background:transparent url(../img/icon/serial_scroll_right.gif);
	width:25px;
	float:left;
	display:block;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	background-color:#DDD;
}

#space-keeper
{background:#330099}

