div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 700px; 
	align:center
	height: 380px;
	overflow: hidden;
	border:0px solid #cccccc;
	background:#ffffff;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:700px;
		height:380px;
		align:center
		overflow:visible;
		float:left;
		background:#ffffff;
		padding:1em;		
		}
	div.scroller div.content {
		background:#ffffff;
		width: 10000px;
		}

	div#section2 {
		background:#ffffff;
		color:#000000;
		}

