.next, .prev{
	cursor:pointer;
}

#screen{
	position:absolute;
	overflow:hidden !important;
	height:162px;
	width:508px;
	float: left;
	left: 400px;
	top: 104px;
}
	#screen .next, #screen .prev{
	position:absolute;
	top:141px;
	}
	#screen .prev{
	left:4px;
	}
	#screen .next{
	right:7px;
	}
		
#sections{
	overflow:hidden !important;
	width:508px;
	height:145px;
	clear:left;
	margin-left:0px;
}
	
	#sections ul{list-style-type: none; padding: 0px; margin: 0px; width:3660px;}
	
		#sections li{
			float:left;
		}
		
			#sections .item{
			height: 137px;
			width: 528px;
			overflow:hidden;
			}	

			#sections .text{
	height: 137px;
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	float:left;
	overflow:hidden;
	padding-left: 0px;
	padding-right: 10px;
			}

			#sections .image{
			height: 141px;
			width: 180px;
			float:left;
			overflow:hidden;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				color:#999;
				font-size:12px;
			}
			#sections .text a{
			}
			
			#sections .text a:Link{
				color:#168db8;
				text-decoration:none;
			}
			
			#sections .text a:Visited{
				color:#168db8;
				text-decoration:none;
			}
			#sections .text a:Active{
				color:#168db8;
				text-decoration:none;
			}
			#sections .text a:Hover{
	color:#ABD050;
	text-decoration:none;
			}

