#slider{
 	width:450px;
	height:170px;
	overflow:hidden;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:465px;
	height:170px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{
	width:24px;
	height:12px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{
	float:left;
	width:24px;
	height:12px;
	background:url(./easyslider1.7/images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{
	background:url(./easyslider1.7/images/btn_next.gif) no-repeat 0 0;	
	}