#slider2{
	margin-top: 1em;
}
#slider li, #slider2 li { 
	width: 960px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn { 
	display: block;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 730px;
	z-index: 1000;
	margin-left: -40px;
}	
#nextBtn { 
	margin-left: 970px;
}														
#prevBtn a, #nextBtn a {  
	display: block;
	position: relative;
	width: 30px;
	height: 60px;
	background:url(left_off.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background: url(right_off.png) no-repeat 0 0;	
}

#prevBtn {
	background: url(left_on.png) no-repeat 0 0;	
}
#nextBtn{
	background: url(right_on.png) no-repeat 0 0;	
}
