div.scroller { 
	width: 635px; 
/*	height: 300px;*/
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
/*		height:300px;*/
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

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

 div.controls {
/*	 	height: 52px;
	 	text-align: center;
	 	margin: 0 auto 0 auto;
    position: relative;
    margin-bottom: -1px;
    padding-top: 20px;
*/
	 	TEXT-DECORATION: none;
	 	color: silver;
	 	font-weight: bold;
	 	font-family: Tahoma, Verdana;
	 	font-size: 12px; 
}

/*div.navig {
padding-top: 20px;
background-image: url(toolbar_tab-new.png);
}*/

div.controls A:link {
	 	TEXT-DECORATION: none; color: #0000aa; font-weight: bold; font-family: Tahoma, Verdana;
}
div.controls A:visited {
	TEXT-DECORATION: none; color: #0000aa; font-weight: bold; font-family: Tahoma, Verdana;
}
div.controls A:hover {
	text-decoration: none; COLOR: #CC0000; font-weight: bold; font-family: Tahoma, Verdana;
}
div.controls A:active {
	COLOR: green; TEXT-DECORATION: none; font-weight: bold; font-family: Tahoma, Verdana;
}
