.next, .prev {
	cursor: pointer;
}

#screen {
	width: 305px;
	height:127px;
}

#prev {
	padding-left:3px;
	float:left;
	width:20px;
	padding-top:50px;
	background-repeat: no-repeat;
}

#next {
	width: 20px;
	float: left;
	padding-left:5px;
	padding-top: 50px
}

#prev a:hover {
	padding-left:3px;
	float:left;
	width:20px;
	padding-top:50px
}

#next a:hover {
	width: 20px;
	float: left;
	padding-left:5px;
	padding-top: 50px
}

#sections {
	overflow:hidden;
	background-color:white;
	height:120px;
	width: 250px;
	float: left;
}

#sections a:hover {
	overflow: hidden;
	background-color: #f4f4f4;
	height: 120px;
	width: 250px;
	float: left;
}
	
#sections ul {
	width:3660px;
}
	
#sections li {
	float: left;
	padding: 7px 5px 0px 5px;
}

#sections li.fallen {
	margin-top:369px;
}
			
#sections p {
	width:240px;
	padding: 7px 5px 0px 5px;
	margin:5px 0;
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	color: #626262;
	height: 108px;
}
			
#sections h2 {
	padding: 7px 5px 0px 5px;
	color: #054917;
	font: normal bold 14px Verdana,Arial,Helvetica,sans-serif;

}

#sections a {
	
	font-weight:bolder;
	text-decoration:none;
}
