div.scroller
{
	/* modify width and height of scrolling section if necessary	*/
	width: 560px;
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
	border: 0px solid #cccccc;
	padding: 0px;
}
div.section
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 560px;
	height: 450px; /*overflow:hidden;*/
	float: left;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}
div.scroller div.content
{
	width: 100000px;
}

div#section1
{
	color: #000000;
}
