#slider{
	margin-left:auto;
	margin-right:auto;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:935px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:48px;
	height:66px;
	position:absolute;
	left:-50px;
	top:500px;
	}	
#nextBtn{ 
	left:980px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:48px;
	height:66px;
	background:url(../image/nouveautes/recent.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../image/nouveautes/ancien.png) no-repeat 0 0;	
	}