#screen{
	position:relative;
	height:425px;
	width:725px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
#sections{
	overflow:hidden;
	width:909px;
	height:360px;
	clear:left;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b5b6b6;
	font-size:14px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:10px 10px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:909px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#sections h2{
				color:#b5b6b6;
				font-variant:small-caps;
				margin:10px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

#slideshow{
	overflow:hidden;
	width:808px;
	height:123px;
}

	#slideshow ul{
		width:1640px;
	}

		#slideshow li{
			float:left;
			cursor:pointer;
		}
a:link {
	outline:none;
	color:#FFFFFF;
	text-decoration:underline;
	}
a:focus {
	-moz-outline-style: none;
}
a:link.image {
  border:0 none;
  }