#scroll_wrap {
	right: 10px;
	bottom: 14px;
	position: absolute;
	width: 530px;
	height: 400px;
}

#scroll_wrap .controls a, #scroll_wrap .controls a:visited{
	font-size: 14px;
	color: #004180;
	text-decoration: underline;
}
	#scroll_wrap .controls a:hover {
		text-decoration: underline;
	}
	
	#scroll_wrap .controls .on {
		color:#004180;
		font-weight: bold;
		text-decoration: none;
	}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 525px; 
	height: 390px;
	overflow: hidden;
	border: 0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:525px;
		height:395px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
