#my-glider {
	width: 276px; 
	height: 130px;
	margin-bottom:3px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 276px; 
	height: 130px;
	overflow: hidden;
	margin:0px auto;
	
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:276px;
	height:130px;
	overflow:hidden;
	text-align:center;
	float:left;		
}

div.scroller div.content {
	width: 1880px;
}

div.scroller div.section img {
	margin-bottom:4px;
}