#slider {}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li { 
	width:559px;
	height:295px;
	overflow:hidden; 
	margin:0;
}
		
#prevBtn, #nextBtn { 
	display:block;
	width:18px;
	height:38px;
	position:absolute;
	left:-14px;
	top:130px;
}
		
#nextBtn { 
	left:563px;
}
															
#prevBtn a, #nextBtn a {  
	display:block;
	width:18px;
	height:38px;
	background:url(/images/slider-back.png) no-repeat 0 0;
	text-indent:-10000px;	
}

#nextBtn a { 
	background:url(/images/slider-next.png) no-repeat 0 0;	
}	