ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
	z-index:110;
}

#screen{
	position:relative;
	height:300px;
	width:710px;
	margin-top:-10px;
	margin-left:-30px;
}

#screen .next, #screen .prev{
	position:absolute;
	top:223px;
}

#screen .prev{
	left:10px;
}

#screen .next{
	right:21px;
}



	
#sections{
	overflow:hidden;
	width:710px;
	height:300px;
	clear:left;
}
	
#sections ul{
	width:800px;
}

#sections li{
	float:left;
	padding:11px 30px;
}
