div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px;
	height: 1100px;
	overflow: hidden;
	  margin-left: auto ;
  margin-right: auto ;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 900px;
	height: 1100px;
	overflow:hidden;
	float:left;
	padding:1em;
	  margin-left: auto ;
  margin-right: auto ;
		}
	div.scroller div.content {
	width: 12000px;
	height: 12000px;
  margin-left: auto ;
  margin-right: auto ;
		}

	div#section2 {
		}
div.controls {	/* modify width and height of scrolling section if necessary	*/
	padding-top: 50px;
	padding-left: 24px;
}
