.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:300px;
	width:950px;
	top:30px ;
	clear:both;
}
#screen .next, #screen .prev{
		position:absolute;
		top:118px;
	}
#screen .prev{
		left:4px;
	}
#screen .next{
		right:5px;
	}
#navigation{
		width:600px;
		text-align:center;
		margin-left:62px;
		display:none;
	}
#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{
	overflow:hidden;
	width:790px;
	height:300px;
	clear:left;
	margin-left:80px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:0 0 0 50px ;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
