/* Easy Slider */


/* image replacement */
	.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-5000px;}

	/* // image replacement */
	#slider{
	border: 0px solid #000;
	width:635px;
	margin-left: 25px;
	float:left;}

	#slider img{
		border: 1px solid #e5e5e5;
		padding: 1px;
		margin: 5px;}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		height: 170px;
		overflow:hidden;
		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:635px;
		border: 0px solid #ccc;
		height:170px;
		overflow:hidden; }	

	#prevBtn, #nextBtn{ 
		border: 0px solid #ccc;
		display:block;
		width:21px;
		height:102px;
		left:-663px;
		top: -70px;
		position:relative;
		}	
	#nextBtn{ 
		left: 0px;
		}
	#prevBtn {top:30px;}	
	#prevBtn a, #nextBtn a{  
		display:block;
		width:21px;
		height:102px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */



/* Easy Slider2 */


/* image replacement */
	.graphic2, #prevBtn2, #nextBtn2{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-5000px;}

	/* // image replacement */
	#slider2{
	border: 1px solid #000;
	width:400px;
	margin-left: 10px;
	float:left;}

	#slider2 img{
		padding: 1px;
		margin-left: 10px;}
	
	#slider2 ul, #slider li{
		margin:0;
		padding:0;
		height: 305px;
		overflow:hidden;
		list-style:none;}

	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:635px;
		border: 0px solid #ccc;
		background:url(../images/slide_produits/bottom_for_web.jpg) no-repeat;	
		background-position: center bottom;
		height:305px;
		overflow:hidden; }	

	#prevBtn2, #nextBtn2{ 
		border: 0px solid #ccc;
		display:block;
		width:21px;
		height:102px;
		left:-400px;
		top: -70px;
		position:relative;
		}	
	#nextBtn2{ 
		left: 0px;
		}
	#prevBtn2 {top:30px;}	
	#prevBtn2 a, #nextBtn a{  
		display:block;
		width:21px;
		height:102px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn2 a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

