div.scrollerg { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 451px; 
	height: 345px;
	overflow: hidden;
	}
	div.scrollerg div.sectiong {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		/*width:1016px; */
		width: 451px; 
		height:345px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scrollerg div.contentg {
		width: 10000px;
		}