#slider{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	}
#slider li{ 
	width:935px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden; 
	}
#prevBtn, #nextBtn{ 
	float:right;
	display:block;
	width:62px;
	height:80px;
	margin-top:-100px;
	position:absolute;
	}
#prevBtn {
	left:-60px;
}
#nextBtn {
	float:right;
	right:-60px;
}															
#prevBtn a, #nextBtn a{  
	display:block;
	width:62px;
	height:80px;
	background:url(../image/nouveautes/previous.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../image/nouveautes/next.png) no-repeat 0 0;	
	}
#info {
	width:935px;
	height:314px;
	background:transparent;
	text-align:left;
	margin-bottom:5px;
	overflow:hidden;
}
#info_cont {
	padding:5px;	
	width:935px;
	background:url(../image/nouveautes/orange_transp.png) repeat top left;
}
div#gal {
	
	width:935px;
	overflow:hidden;
}
/*IMAGE SURVOL*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}