
.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
}

#screen .prev{
	float: left;
	left:10px;
}

#screen .next{
	float: right;
	right:10px;
}
	
#sections{
	float: left;
	overflow:hidden;
	width:330px;
	height: 210px;
	margin:0 auto;
	margin-top:7px;
	
}

#sections ul{
	width:3660px;
	list-style-type: none;
}

#sections li{
	float:left;
	position: relative;
	right: 45px;
	bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	height: 210px;
	width: 320px;
}



