div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 340px; 
	height: 125px;
	overflow: hidden;
	margin-top:3px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:340px;
		height:125px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}
	div.scroller div.content a{ color:#FFF}
		
	div#my-glider { margin-top:40px; margin-left:10px; width:340px; color:#FFF}
	.controls { text-align:center}
	.controls a { font-weight:bold }
	.controls a:hover { color:#FFF  }