body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #999;
	font: 12px Arial, Helvetica, sans-serif;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 443px; 
	height: 170px;
	overflow: hidden;
	background-color: white;
}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:443px;
		height:158px;
		overflow:hidden;
		float:left;
		padding: 6px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

a {
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	width: 4px;
}

a:hover {
	color: orange;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	width: 4px;
}

a:active {
	color: orange;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	width: 5px;
}

#nav {
	width: 385px;
	text-align: right;
	position: absolute;
	left: 0;
	top: 175px;
}

#nav2 {
	position: absolute;
	left: 390px;
	text-align: right;
	width: 48px;
	top: 174px;
}
