ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	/*height:425px;
	width:725px;*/
	width: 833px;
	/*height: 464px;*/
	background-image: url(../images/screen.png);
	background-repeat: no-repeat;
	margin-left: 72px;
	padding: 0px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:46px;
	}
	#screen .prev{
		right:90px;
	}
	#screen .next{
		right:30px;
	}
	.navigation{
		width:820px;
		/*text-align:center;*/
		margin-left: 12px;
		margin-top: 10px;
	}
		.navigation ul{
			/*margin-left:55px !important;
			margin-left:35px;*/
		}
			.navigation li{
				float:left;
				margin: 0px;
				padding: 0px;
				
				/*padding:10px 20px;
				background-color:#EEE;*/
			}
				.navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	.top {
		width: 800px;
		height: 40px;
	}
#sections{
	overflow:hidden;
	background-color: transparent;
	width:750px;
	height:390px;
	clear:left;
	margin-left:42px;
	
}
	
	#sections ul{
		width:5320px;
	}
	
		#sections li{
			width: 750px;
			height: 376px;
			float:left;
			padding: 2px 5px;
			margin-top: 10px;
	      }
			#sections li.fallen{
				margin-top:369px;
			}
			#sections li.img {
				float: left;
			}
			
			/*#sections p{
				/*width:210px;
				margin: 60px 0 0 5px;
				padding: 10px;*/
				/*font-size:94%;
				line-height:1.5em;
			}*/
			
			#sections h2{
				color:#993333;
				margin:10px 0pt;
				font-size: 96%;
			}
			#sections a {
				color:#777;
				font-weight:bold;
				text-decoration:none;
			}

			.description {
				float: left;
				width: 210px;
				height: 266px;
				margin-top: 60px;
				margin-left: 20px;
				padding: 0px;
			}
			.description p {
				/*float: left;*/
				font-size:96%;
				line-height:1.6em;
				clear: both;
			}
			.link {
				float: left;
				width: 210px;
				height: 110px;
				margin-left: 25px;
				padding: 0px;
			}
			.link p {
				bottom: 0px;
				float: left;
				font-size:96%;
				line-height:1.6em;
			}

