
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	width:860px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:25px;
	}
	#screen .prev{
		left:3px;
	}
	#screen .next{
		right:3px;
	}
	
#sections{
	overflow:hidden;
	width:800px;
	clear:left;
	margin-left:25px;
}
	
	#sections ul{
		width:1400px;
	}
	
		#sections li{
			float:left;
			padding:4px;
		}
			#sections p {
				margin-top: 4px;	
			}
			

.scroll-content-item { white-space: nowrap; width: 330px;  height: 100px; float: left; margin: 3px; font-size: 3em; line-height: 96px; text-align: center; }

