div#my-glider,
div#my-glider_1{
  margin-top:5px;
  margin-left:-2px;
  float:left;
}
div.controls{
  margin:4px 4px 8px 4px;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 720px; 
	height: 160px;
	overflow: hidden;
	/*border:1px solid #cccccc;*/
	padding:0;		
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:720px;
	height:160px;
	overflow:hidden;
	float:left;
	padding:0;		
	text-align:center;
}
div.scroller div.content {
	width: 20000px;
	padding:0;		
}

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

