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