.next, .prev {
	cursor:pointer;
}
#screen {
	position:relative;
	width:172px;
	height:110px;
	margin-top:0px;
	margin-left:10px;
}
#screen .next, #screen .prev {
	position:absolute;
	top:55px;
}
#screen .prev {
	left:-10px;
}
#screen .next {
	right:0px;
}
#navigation {
	width:600px;
	text-align:center;
	margin-left:62px;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation li {
	float:left;
	margin:0px;
	padding:0px;
	background-color:#EEE;
}
#navigation a {
	color:#933;
	font-weight:bolder;
	text-decoration:none;
}
#sections {
	overflow:hidden;
	background-color:white;
	width:162px;
	height:110px;
	clear:left;
	margin-left:0px;
}
#sections ul {
	width:3660px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#sections li {
	float:left;
	padding:0px 0px;
}
#sections li.fallen {
	margin-top:369px;
}
#sections p {
	width:162px;
	font-size:85%;
	line-height:1.4em;
}
#sections h2 {
	color:#993333;
	margin:20px 0pt;
}
#sections a {
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}

