div.scroller { 

	/* modify width and height of scrolling section if necessary	*/		
	width: 565px; 
	height: 300px;
	overflow: hidden;
padding-top:4.5em;
		_margin-top:4.0em; /* show to IE */
	}
		
	div.scroller div.section {background: Black;
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:565px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:0em;		
		background: black;

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

	div#section2 {
		padding:0em;	
		}
		
		div#my-glider {
			margin: 1em;
			padding:0em;
				font: 10px verdana, arial, sans-serif;
		}
