h1#previewHeading {
	text-align: center;
}

p.center {
	text-align: center;
}

div.scroller { 
	width: 400px; 
	overflow: hidden;
	margin: 0 auto;
}

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

div.scroller div.content {
	width: 10000px;
}

div.section div {
	height: 20px;
}

div#clickers {
	text-align: center;
}
