.sup{ float:left; width: 1px; }
.next, .prev{
	cursor: pointer;
	position: absolute;
	top: 20px;
	display: block;
	width: 15px;
	height: 15px;
}
.prev{ left: -15px; background: url('../img/prev.gif') no-repeat top left; }
.next{ right: 0px; background: url('../img/next.gif') no-repeat top right; }	

#screen{
	position:relative;
	height: 380px;
	margin-top:0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#sections{
	overflow: hidden;
	width: 365px; 
	padding: 0px; 
	margin: 0px;
	margin-left: 15px;
}
	
	#sections ul{
		width:50000px;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
		#sections li{
			float:left;
			width: 350px;
			height: 350px;
			margin: 10px;
		}
