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