.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	background: url(../../../images/diap_fd.jpg) no-repeat center 0;
	height:240px;
	width:930px;
}
	#screen img.next{ position:absolute; top:0; right:0px; }
	#screen img.prev{ position:absolute; top:0; left:0px; }

#sections{
	overflow:hidden;
	width:820px;
	height:240px;
	clear:left; 
	margin-left:57px;
}
	
	#sections ul{
		width:2285px; list-style-type:none; padding: 0;margin:0;
	}
	
		#sections li{
			float:left;
			border-top:2px solid #89bdda;
			border-left:2px solid #89bdda;
			border-bottom:2px solid #0b3156;
			border-right:2px solid #0b3156;

			background:#305e87 url(../../../images/fd_li.jpg) repeat-x; 
			padding: 0px 8px 8px 8px; margin:25px;
			width:212px; height:185px;
		}
			
			
			#sections p{
				width:200px; 
				margin:0; padding:6px;
				font-size:11px; float:left;
				color:#fff; background:#224567;
			
			}
			
			#sections h2{
				color:#224567; font-size:18px; background:none;
				margin:0; padding:0;
			}
			#sections p span{
				float:left; width:150px;line-height:12px
			}
			#sections p a{
				float:right; padding:0; margin:0; 
			}
		