@charset "utf-8";

/*=== Banner
==============================================================================*/


#slider{
		width:562px; 
		height:235px; 
		overflow:hidden;
		border:1px solid #CCC;
}
#slider li{list-style:none; padding:0; margin:0;}
#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:150px;
		}	
	#nextBtn{
	left:901px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:32px;
	height:32px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
		text-indent: -9999 px;
	color: transparent;
	text-decoration: none;
		}	
	#nextBtn a{
	background:url(../images/btn_next.png) no-repeat 0 0;
		text-indent: -9999 px;
	color: transparent;
	text-decoration: none;
		}		