#my-glider {  float:left; width:314px; margin:0px 0 0 15px;}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 312px; 

	overflow: hidden;
	border: solid #990000; border-width:10px 0 0 0;
	}
	div.scroller div.section { 
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 308px; height:120px;

		float:left; font-size:1.1em; color:#000000; font-weight:;
		padding:5px 4px 5px 4px; text-align: justify;
		border: solid #E4E4E4; border-width:0px 1px 2px 1px;
		}
	div.scroller div.section img{ float:left; margin:4px 5px 3px 0px; border: solid 0px #E4E4E4; }

	div#section1, #section2, #section3, #section4 {
width:301px;
		}
	div.scroller div.section p { margin:0px 0 5px 0;}


	div.scroller div.content {
		width: 10000px;
		}


div.controls {margin:10px 0 0 0px; float:left;}
div.controls img { float:left; border:0px; margin: 0 1px 0 0;} 


