div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px;
	height: 400px;
	overflow: hidden;
	border:0px solid #cccccc;
	margin-bottom: 10px;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:400px;
	overflow:hidden;
	float:left;
	padding:0em;
	vertical-align: middle;
	text-align: center;
		}
	div.scroller div.content {
	width: 30000px;
		}

/* Just build a second Glide zone like here */		
div.my-glider2 div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 635px; 
	height: 50px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
div.my-glider2 div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
		height:50px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.my-glider2 div.scroller div.content {
		width: 30000px;
		}	
