div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width: 250px; 
	height: 223px;
	overflow: hidden;
}
div.scroller{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:250px;
	height:223px;
	overflow:hidden;
	float:left;
	color:#FFFFFF;
}
div.section {
	width:250px;
	height:223px;
	overflow:hidden;
	float:left;
	}
div.scroller div.content {
	width: 10000px;
}
#glider-display{
	width:250px;
	height:223px;
	margin:0 auto;
}
