.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:471px;
	width:770px;
	margin-top:-22px;
	float:left;
	
	
	
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	
	#screen .prev{
		left:-70px;
	}
	#screen .next{
		right:-70px;
	}
	
	
#sections{
	overflow:hidden;
	background:transparent;
	width:767px;
	height:500px;
	clear:left;		
}
	
#sections ul{width:3660px;}
	
#sections li{
float:left;
width:575px;/* border-bottom:3px solid #000;*/ padding-bottom: 15px; height:478px; margin:0 20px 0 0;}
			
	

