div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:100%; 
	height: 220px;
	overflow: hidden;
	border:1px solid #cccccc;
	background-color:#ffffff
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height:220px;
		overflow:hidden;
		padding:1em;
		width:400px;
		
		
			
		}
	div.scroller div.content {
		width: 10000px;
		}

.section {
		background:#ffffff;
		
		}
.controls {background-color:#1c2e42; width:100%; font-size:16px}
.controls a {padding-left:5px; padding-right:5px; color:#ffffff; border-right:1px solid #ffffff; text-decoration:none}
.controls a:link {text-decoration:none; color:#ffffff}

.controls a:visited {text-decoration:none; color:#ffffff}
.controls a:hover {text-decoration:none; color:#ffffff; background-color:#fdad01}

