#my-glider {}
#my-glider .controls {padding:0px 10px; font-size:10px;}
#my-glider .controls a:link {border:1px solid #ccc; background:#eee;}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 330px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:330px;
		overflow:hidden;
		padding:1em;		
		background:url('http://fee.org/scripts/glider/glider_bg.jpg') no-repeat;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		}

