div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 710px; 
	height: 340px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
			
		width: 710px; 
	height: 340px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		color:#ffffff;
		}


div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 710px; 
	height: 350px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section2 {
			
		width: 710px; 
	height: 350px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
