@charset "UTF-8";
/* CSS Document */

#slider{}
#slider img {border:none;}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:920px;
	height:300px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:inline;
	width:30px;
	height:10px;
	position: relative;
	left:0;
	top:0;
	background-color:yellow;
	}	
#nextBtn{ 
	left:50px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:10px;
/*	background:url(http://www.thesamburuproject.dreamhosters.com/wp-content/themes/sambcam/images/imageslider/btn_prev.gif) no-repeat 0 0;	*/
	}	
#nextBtn a{ 
/*	background:url(http://www.thesamburuproject.dreamhosters.com/wp-content/themes/sambcam/images/imageslider/btn_next.gif) no-repeat 0 0;	*/
	}	

