div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 336px; 
	height: 336px;
	overflow: hidden;
	text-align: center;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 336px;
		height: 336px;
		margin: 1em;
		overflow:hidden;
		float:left;
		background-position: center center;
		background-repeat: no-repeat;	
		}
	div.scroller div.content {
		width: 10000px;
		}