div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 530px;
	height: 305px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* (should match the size of the scroller window)	*/		
		width:530px;
	height:370px;
	overflow:hidden;
	float:left;
	padding:0em;
		}
	div.scroller div.content {
	width: 2120px;
		}
