@charset "UTF-8";
/* © Author : JEAN LOUP COUEGNAS for DRIM TECHNOLOGIES date : 20 NOVEMBRE 2007 */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	height:345px;
	width:710px;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	overflow:hidden; 
	}
#slider li a img, #slider li a { text-decoration:none; border:none;}
	
	
p#controls {
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;	
	width:20px;
	height:40px;
	position:absolute;
	left:-20px;
	top:160px;
	}	
#nextBtn{ 
	left:710px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:40px;
	background:url(/images/home/slider/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(/images/home/slider/btn_next.gif) no-repeat 0 0;	
	}
	