div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%; 
	height: 550px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	clear: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 1000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
