div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 544px;
	overflow: hidden;
	height: 300px;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:544px;
	height:300;
	overflow:hidden;
	float:left;
		}
	div.scroller div.content {
	width: 10000px;
	visibility: visible;
	overflow: hidden;
		}

	div#section2 {
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
		}
div#section1 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.sect1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
div#section3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div#section4 {
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div#section5 {
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
div#section55 {
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div.scroller div.sectionmid {	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:100px;
	height:300;
	overflow:hidden;
	float:left;
}
