@charset "utf-8";

.next, .prev{
	cursor:pointer;
}
 
#screen{
	position:relative;
	height:350px;
	width:798px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:150px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#navigation{
		width:600px;
		text-align:center;
		margin-left:62px;
	}
		#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			#navigation li{
				float:left;
				margin:0 20px;
				padding:10px 20px;
				background-color:#EEE;
			}
				#navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	background-color:white;
	width:670px;
	height:340px;
	clear:left;
	margin-left:62px;
}
	
	#sections ul{
		width:9999px;
	}
	
		#sections li{
			float:left;
			padding:11px 42px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:620px;
				margin:16px 0;
			}
			
			#sections h2{
				color:#993333;
				margin:0 0 20px;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

