#slider-wrapper{
	position: relative; margin:0;
}
#slider{}	
#slider li .description {
	position: absolute;bottom: 0px;width: 100%;background: #000;
}
#slider ul, #slider li {
	margin:0; padding:0; list-style:none; 
}
#slider img {
	border:none;
}
#slider li { 
	width:960px; height:240px; overflow:hidden;  
}	
#prevBtn, #nextBtn { 
	display:block; width:37px; height:39px; position:absolute; left:-6px; top:93px; 
}	
#nextBtn { 
	left:930px;
}														
#prevBtn a, #nextBtn a {
	text-indent: -999em; display:block; width:37px; height:39px; background:url(../images/slider_left.png) no-repeat 0 0; 
}
#prevBtn a:hover {
	background:url(../images/slider_left_hover.png) left 0 no-repeat;
}
#nextBtn a:hover {
	background:url(../images/slider_right_hover.png) left 0 no-repeat;
}
#nextBtn a { 
	background:url(../images/slider_right.png) no-repeat 0 0;
}
#prevBtn a { }
