div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 629px; 
	height: 333px;
	overflow: hidden;
	}

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

		
#my-glider {
		width:966px;
		position:relative;
		z-index:0;
		}
		
		div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:630px;
		height:333px;
		overflow:hidden;
		float:left;
		}
		
 
	div.scroller div.content {
		width: 10000px;

		}
		
	div#section1 {
		background:#666666;
		color:#ffffff;
		background-image: url(../images/slideshow/header1.jpg);


		}
	div#section2 {
		background:#666666;
		color:#ffffff;
		background-image: url(../images/slideshow/header2.jpg);

		}
		
	div#section3 {
		background:#666666;
		color:#ffffff;
		background-image: url(../images/slideshow/header3.jpg);


		}
	div#section4 {
		background:#666666;
		color:#ffffff;
		/*background-image: url(../images/header4.jpg);*/

		}
