div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 520px; 
	height: 580px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:510px;
		height:580px;
		overflow:hidden;
		float:left;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9c9c9c;
	padding:10px;
		}
		
		div.section a {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0269c6;
		}
		
	div.scroller div.content {
		width: 10000px;
		}

