#my-glider {
	float:left;
	position:relative;
	
	margin:20px 0px 0px 20px;

}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 650px; 
	height: 330px;
	overflow: hidden;
	border:2px solid #222;
	background-color:#444;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:650px;
		height:330px;
		overflow:hidden;
		float:left;
	

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