.next, .prev{	cursor:pointer;}#screen{	position:relative;	height:auto;	width:900px;	}	#screen .next, #screen .prev{		position:absolute;		top:200px;	}	#screen .prev{		left:10px;	}	#screen .next{		right:15px;	}	#sections{	overflow:hidden;	background-color:white;	width:775px;	height:auto;	clear:left;	margin-left:62px;}		#sections ul{		width:7000px;	}			#sections li{			float:left;			padding:11px 30px;		}								#sections p{				width:725px;				margin:16px 0;						}						#sections h2{				color:#79878e;				margin:20px 0pt;			}			#sections a{				color:#fc8e00;				font-weight:bolder;				text-decoration:none;			}