div#my-glider{
margin-left:3px;
margin-top:3px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	height:185px;
overflow:hidden;
width:364px;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		float:left;
height:185px;
overflow:hidden;
width:364px;
			
		}
	 div.content {
		width: 100000px;
		}
