/* css */

#screen{
	position:relative;
	height:370px;
	width:360px;
	margin-top:0px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:0px;
		display:none;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#navigation{
		position:absolute;top:320px;left:0px;
		width:360px;height:50px;
		margin-left:0px;
	}
		#navigation ul{
			margin-left:10px !important;
			margin-left:10px;
		}
			#navigation li{
				float:left;
				margin:0px 0px 0px 10px;
				display:inline;
				padding:18px 0px 0px 0px;
				list-style-type:none;
			}
				#navigation a{
					color:#933;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	background-color:black;
	width:360px;
	height:370px;
	clear:left;
	margin-left:0px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:0px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:550px;
				margin:0px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#sections h2{
				color:#993333;
				margin:0px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}
			
.overlay {
	background-color:#000;
	width:360px;height:50px;
	margin-top:-50px;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}