#sections{
	overflow:hidden;
	background-color:white;
	width:700px;
	height:369px;
	clear:left;
	margin-left:62px;
}

#screen{
	position:relative;
	height:410px;
	width:770px;
	margin-top:40px;
	border:1pt solid #ccc;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:170px;
	}
	#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 ul{
		width:680px;
		list-style-type: none;

	}
	
		#sections li{
			float:left;
			padding:11px 30px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
		
			#sections h2{
				color:#708330;
				margin:20px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

.next{
	cursor:pointer;
	float:right;
}

.prev{
	cursor:pointer;
	float:left;
}		

