div.glider{
	width: 780px; 
	margin: 0px auto;
	position: relative;
	clear: both;
}

div.glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	clear:both;
	width: 780px; 
	overflow: hidden;
}

div.glider div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:780px;
	overflow:hidden;
	float:left;
	text-align: justify;
}

div.glider div.scroller div.content {
	width: 10000px;
}
