/* EASY SLIDE CSS*/

#slider{
	background:url(../images/easyslider/bg-slider.gif) no-repeat;	
	margin-left: 90px;
	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:745px;
	height:465px;
	overflow:hidden; 
	}	
	
p#controls{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:29px;
	height:80px;
	position:absolute;
	left:81px;
	/left:101px;
	top:250px;
	}	
#nextBtn{ 
	left:855px;
	/left:875px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:29px;
	height:80px;
	background:url(../images/neuf/diap1_06.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/neuf/diap1_08.jpg) no-repeat 0 0;	
	}
