div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px; 
	/*height: 600px;*/
	overflow: hidden;
	/*border:1px solid #cccccc;*/
	margin: 0px 0px;

/*		float:left;*/

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:570px;
		/*height:400px;*/
		overflow:hidden;
		float:left;
		padding:1em auto;		
		}
	div.scroller div.content {
		width: 10000px;
		}

/*	div#section2 {
		background:#666666;
		color:#ffffff;
		}
*/

#my-glider
{
text-align: left;
margin: 0px 0px;
}

.controls{
margin:10px 0px ;
}



