@charset "UTF-8";
/* CSS Document */
div.controls {border-bottom: 1px solid #999999; margin:20px auto 0 auto; padding-bottom:20px;}
div.controls img{ margin-left:30px;}
div.controls a {outline:0;}
div.controls a:hover {position:relative; top: 1px; left: 1px;}


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

	

