#slider{
	border-color:#668e2e;
	border-style:solid;
	border-width:1px;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:696px;
	height:241px;
	overflow:hidden; 
	
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:19px;
	height:39px;
	position:absolute;
	left:0px;
	top:110px;
	}	
#nextBtn{ 
	left:679px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:19px;
	height:39px;
	background:url(../images/btnLeft.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btnRight.png) no-repeat 0 0;	
	}