div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px; 
	height: 380px;
	overflow: hidden;
	border:0;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
	float:left;
	margin:20px;
	width:610px;
	height:380px;
	overflow:hidden;
	float:left;
	padding:0;
	margin:0;
	}
div.scroller div.content {
	width: 10000px;
}

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

.section img {
	float:left;
	padding:0;
	padding:0;
}
div.controls{
	margin-bottom:10px;
}
