div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 560px; 
	height: 440px;
	overflow: hidden;
/*	border:1px solid #cccccc;*/
	margin-left: 0px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:560px;
		overflow:hidden;
		float:left;
		padding:1em;
		height:600px;		
		}
	div.scroller div.content {
		width: 15000px;

		}
		div.controls a:link,a:visited,a:hover,a:active{ 
color:#629AC9;
font-size: 12px;
font-weight:bold;
/*
text-transform: uppercase;
*/
padding-top: 5px;
/*text-decoration: none;*/
}

/*	div#section2 {
		background:#666666;
		color:#ffffff;
		}

*/


