div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 648px;
	height: auto;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:648px;
	height:auto;
	overflow:hidden;
	float:left;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 5px;
		}
	div.scroller div.content {
		width: 10000px;
		}
