/* Easy Slider */

#slider {
	margin-left: 35px;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 685px;
	height: 150px;
	overflow: hidden; 
}

p#controls, p#controls2 {
	margin: 0;
	position: relative;
} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2 { 
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -8000px;		
	width: 16px;
	height: 22px;
	position: absolute;
}
	
#nextBtn, #nextBtn2 { 
	/* left:960px; */
}
														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a {  
	display: block;
	width: 16px;
	height: 22px;
	background: url(http://www.openkyoto.com/easyslider/images/prev.png) no-repeat 0 0;	
}
	
#nextBtn a, #nextBtn2 a { 
	background: url(http://www.openkyoto.com/easyslider/images/next.png) no-repeat 0 0;	
}		

#nextBtn, #nextBtn2 {
	left: 720px;
	top: -85px;
}

#prevBtn, #prevBtn2 {
	left: 9px;
	top: -85px;
}
