.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	overflow:hidden !important;
	height:240px;
	width:620px;
	margin-top:5px;
	margin-left: 20px;
	float: left;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:212px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
		
#sections{
	overflow:hidden !important;
	width:620px;
	height:210px;
	clear:left;
	margin-left:0px;
}
	
	#sections ul{list-style-type: none; padding: 0px; margin: 0px; width:3660px;}
	
		#sections li{
			float:left;
		}
		
			#sections .item{
			height: 210px;
			width: 620px;
			overflow:hidden;
			}	

			#sections .text{
	height: 210px;
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E3E3E3;
	float:left;
	overflow:hidden;
	margin-top: 30px;
			}

			#sections .image{
			height: 210px;
			width: 300px;
			float:left;
			overflow:hidden;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				color:#999;
				font-size:15px;
			}
			
			#sections h1{
				color:#168db8;
				margin:20px 0pt;
			}
			#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:#ffffff;
				text-decoration:none;
			}