div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 727px; 
	height: 335px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:727px;
		height:335px;
		overflow:hidden;
		float:left;
		padding: 10px;
		}
	div.scroller div.content2 {
		width: 15700px;
		}

	
.controls {
	width: 714px;
	height: 61px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	font-weight: 800;
	text-align: center;
	background: url(../images/history_toolbar_bg.jpg) no-repeat center center;
}

.content2 {
	width: 700px;
	height: 400px;
	overflow: hidden;
}

a:link.controls {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #333333;
	background: transparent;
}
a:visited.controls {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #333333;
	background: transparent;
}
a:hover.controls {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #0056c3;
	background: transparent;	
}

a:active.controls {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #0056c3;
	background: transparent;
}