div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 492px;
	height: 200px;
	overflow: hidden;
	border:0px solid #1d1d1d;
	}

div.scroller div.content {
	width: 10000px;
	}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:492px;
	height:200px;
	overflow:hidden;
	float:left;
	}

div #section1 {
	background:#1d1d1d;
	color:#ffffff;
	}

div #section2 {
	background:#1d1d1d;
	color:#ffffff;
	}

div #section3 {
	background:#1d1d1d;
	color:#ffffff;
	}

div #section4 {
	background:#1d1d1d;
	color:#ffffff;
	}
