div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width: 250px; 
	height: 250px;
	overflow: hidden;
}
div.scroller{
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:250px;
	height:250px;
	overflow:hidden;
	float:left;
	color:#FFFFFF;
}
div.section {
	background:url(../img/banner-home-blue.jpg) top left #ffffff no-repeat;
	width:250px;
	height:250px;
	overflow:hidden;
	float:left;
	color:#FFFFFF;
	}
div.scroller div.content {
	width: 10000px;
}
#glider-display{
	width:250px;
	height:250px;
	display:block;
	float:left;
}