div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	float: left;
	margin: 0;
	padding: 0;
	width: 770px; 
	height: 39px;
	overflow: hidden;
	}
*html div.scroller { 
	width: 768px;
}	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
		margin: 0;
		padding: 0;	
		width:770px;
		height:39px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		margin: 0;
		padding: 0;
		width: 10000px;
		height: 39px;
		}

