/* Cluetip design */

.cluetip-product_scene {
		text-align:left;
		background-color:white;
		padding:10px;
		background:#fff;
	}
	
	.cluetip-product_scene #cluetip-close{
		text-align:right;
		float:right;
	}
	
	.cluetip-product_scene h4{
		float:left;
		font-size:13px;
		color:#ff6600;
		font-weight:normal;
		margin-bottom:5px;
		text-align:center;
	}
	
	.cluetip-product_scene a{
		margin-top:2px;
	}
	
	.cluetip-product_scene p.description{
	
	}
	
	.cluetip-product_scene div.prices{
	display:none;
	}
	
	.cluetip-product_scene .new {
		display:none;
	}
	.cluetip-product_scene .on_sale, .cluetip-product_scene .discount {
		display:none;
	}

/* END Cluetip design */

#scenes .screen_scene {
	margin:0 auto;
}

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

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

#scenes .thumbs_banner{
	margin:10px auto;
	width:100%;
}

#scenes .thumbs_banner .space-keeper{
	width:25px;
	float:left;
	display:block;
	height:100%;
}

#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{
	overflow:hidden;
	width:504px;
	float:left;
	border:1px solid #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;
}

/* Navigation */

#navigation_fleche
{
	float:left;
	margin-top:4px;
	margin-bottom:26px;
	width:980px;
}

#navigation_fleche #fleche_gauche
{
	float:left;
	background:transparent url('../img/fleche_orange_gauche.gif') no-repeat 0px 4px;
	width:180px;
	padding-left:14px;
}

#navigation_fleche #fleche_droite
{
	float:right;
	background:transparent url('../img/fleche_orange.gif') no-repeat 128px 4px;
	width:120px;
	padding-right:14px;
}