
	/* slider */
#slider{ width:727px; height:258px; margin:0px auto; padding-top:2px; }	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:727px;
	height:258px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/slideleft.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/slideright.png) no-repeat 0 0;	
	}			
	
	/* // slider */													
