	div.scrollergallery { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 470px; 
	height: 295px;
	text-align:center;
	}
	div.scrollergallery div.sectiongallery {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:470px;
		height:295px;
		float:left;
		text-align:center;
	
		}
	div.scrollergallery div.contentgallery {
		position:relative;
		width: 50000px;
		text-align:center;

		}