@charset "utf-8";
/* CSS Document */
/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
#slider li{ 
	width:268px;
	height:260px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:30px;
	position:relative;
	text-indent:-8000px;	
	left:-25px;
	top:-150px;
	}	
#nextBtn{ 
	left:250px;
	top:-180px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:30px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}	