div.controls {
	width: 160px;
	height: 1100px;
	float:right;
	background-color: #ffffff;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary */
	width: 500px; 
	height: 1100px;
	overflow: hidden;
	border: 0px solid #cccccc;
	float:left;
}

div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:500px;
	overflow: hidden;
	float: left;
}

div.scroller div.content {
	text-align: center;
	width: 10000px;
}

div#section2 {
	background: #FFFFFF;
	color: #ffffff;
}

div#homepage {
	width: 660px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
