ul, li{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:225px;
	width:500px;
	background-color: #bfab57;
}

#screen .next, .prev{
	position:absolute;
	top:80px;
}

#screen .prev{
	left:28px;
}

#screen .next{
	right:34px;
}
	
#sections{
	position:relative;
	overflow:hidden;
	background-color:white;
	width:370px;
	height:200px;
	clear:left;
	margin-left:62px;
	background-color: #bfab57;
}
	
#sections ul{
	width:3660px;
}

#sections li{
	float:left;	
}

#sections td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}