div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 437px; 
	height: 445px;
	overflow: hidden;
	border:2px dotted #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:437px;
		height:445px;
		overflow:hidden;
		float:left;
		margin:auto;
		padding:4px;
		}
	div.scroller div.content {
		width: 437px;
		float:left;
		}

	div#section1 {
	background:#ffffff;
		color:#ffffff;
		}

	
	div#section2 {
		background:#ffffff;
		color:#ffffff;
		}
		
		div#section3 {
		background:#ffffff;
		color:#ffffff;
		}
		
		div#section4 {
		background:#ffffff;
		color:#ffffff;
		}
		
	div#section5 {
		background:#ffffff;
		color:#ffffff;
		}
	div#section6 {
		background:#ffffff;
		color:#ffffff;
		}
	div#section7 {
		background:#ffffff;
		color:#ffffff;
		}


