
.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	margin-top:0px;
	width:743px;

}
	#screen .next, #screen .prev{
		position:absolute;
		top:100px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	
	
#sections{
	overflow:hidden;
	width:700px;
	height:300px;
	clear:left;
	margin-left:px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:11px 30px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections table{
				width:690px;
				margin:16px 0;
				font-size:12px;
				line-height:1.4em;
			}
			
			#sections td{
				width:190px;
				padding:25px 40px;
				vertical-align:top;
				background-image:url(../Images/bgHomepagTable.png); 
				background-repeat:no-repeat;
				background-position:top center;
				height:280px;
			}
			
			#sections td p{
font-size:13px;
			}
			
			#sections h2{
				color:#993333;
				margin:20px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

