div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 150px; 
	height: 50px;
	overflow: hidden;
	border:1px solid #000000;
	background: #ffffff;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:100px;
		height:50px;
		overflow:hidden;
		float:left;
		padding:1em;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;	
		}
	div.scroller div.content {
		width: 10000px;
		padding-right: 250px;
		}
