@charset "utf-8";
/* CSS Document */
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:500px;
	height:241px;
	overflow:hidden;
	font-size:110%;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-20px;
	top:200px;
	}	
#nextBtn{ 
	left:530px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	text-indent:-999px;
	overflow:hidden;
	background:url(images/btn_prev.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.jpg) no-repeat 0 0;	
	}

