#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{
	width:871px;
	height:286px;
	overflow:hidden;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:15px;
	height:277px;
	position:absolute;
	left:810px;
	top:275px;
	}	
#nextBtn{ 
	left:846px;
	}
#firstBtn{ 
	display:block;
	width:15px;
	height:277px;
	position:absolute;
	left:828px;
	top:275px;
}
#firstBtn a{  
	display:block;
	width:15px;
	height:15px;
	
	}	
#lastBtn{ 
	display:block;
	width:15px;
	height:277px;
	position:absolute;
	left:828px;
	top:275px;
}
#lastBtn a{  
	display:block;
	width:15px;
	height:15px;
	
	}				
													
#prevBtn a, #nextBtn a{  
	display:block;
	width:15px;
	height:15px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
