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

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:470px;
	width:543px;
	margin-top:20px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:150px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}

#sections{
	overflow:hidden;
	background-color:#ddd;
	height:470px;
	width:420px;
	clear:left;
	margin-left:62px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:5px 5px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:450px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#sections h2{
				color:#993333;
				margin:5px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

