body{ 

	padding: 0 5px;
	font-family: Verdana, sans-serif;
	
}
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	
	direction:ltr;
	position:relative;
	height:210px;
	width:675px;
	margin-top:0px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:85px;
	}
	#screen .prev{
		left:1px;
	}
	#screen .next{
		right:1px;
	}
	
	<!-- --------------------------------------------- -->
	#navigation{
		
		width:550px;
		text-align:center;
		margin-left:62px;
	}
		#navigation ul{
			margin-right:25px !important;
			
		}
			#navigation li{
				float:right;
				margin:0 20px;
				padding:5px 5px;
				background-color:#EEE;
			}
				#navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	float:right;
	overflow:hidden;
	background-color:white;
	width:580px;
	height:175px;
	clear:right;
	margin-right:45px;
	border:#1443E4 double;
	
	
}
	
	#sections ul{
		width:4660px;
	}
	
		#sections li{
			float:right;
			padding:10px 10px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				direction:rtl;
				width:350px;
				margin:1px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#sections h2{
				direction:rtl;
				color:#993333;
				margin:10px 0pt;
			}
			#sections a{
	color:#900;
	font-weight:bolder;
	text-decoration:none;
			}

	<!-- ------------------------------------------------- -->
