@charset "utf-8";
/* Easy Slider */
#slidbox{width:347px;height:183px;overflow:hidden !important;}
#slider{width:286px;height:167px;border:1px solid #909090;overflow:hidden !important;}

#slider ul{width:288px;height:169px;margin:0; padding:0;}
#slider li{ width:286px;height:167px;overflow:hidden;list-style:none;list-style:none;margin:0; padding:0;}
#slider li img{width:286px;height:167px; padding:0px; margin:0px; border:none;}
				
#prevBtn, #nextBtn{display:block;overflow:hidden;text-indent:-8000px;width:30px;height:30px;position:absolute;}
#prevBtn{margin:-98px 0px 0px -24px;}		
#nextBtn{margin:-98px 0px 0px 290px;}
		
		
#prevBtn a{  
		display:block;
		width:18px;
		height:18px;
		background:url(../images/prev.gif) no-repeat;	
}	
#nextBtn a{
		display:block;
		width:18px;
		height:18px;	
		background:url(../images/next.gif) no-repeat;	
}						

/* // Easy Slider */
