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

	div#section2 {
		
		}
.controls{background:url(../images/tabbg2.gif) left top repeat-x; padding:5px 0px; border-left:1px solid #bfbfbf; border-right:1px solid #bfbfbf;}
.controls a{padding:5px 40px; border-right:1px solid #999999; font:normal 12px Arial, Helvetica, sans-serif; color:#333333; text-decoration:none;}
.controls a:hover{color:#990000;}
.controls a:active{color:#990000;}
.controls a:selected{color:#990000;}