div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px; 
	height: 250px;
	overflow: hidden;
	border:1px solid #666;
	margin:0 0 0 50px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:400px;
		height:250px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div.controls{
	margin-left:50px;
	}
	
	div.controls p a:link {
		color: #039;
		text-decoration: underline;
	}
	div.controls p a:visited {
		color: #069;
		text-decoration: underline;
	}
	div.controls p a:hover {
		color: #369;
		text-decoration: none;
		border-top:1px dotted #369;
		border-bottom:1px dotted #369;
	}
	div.controls p a:active {
		color: #039;
		text-decoration: underline;
}
	