div.scroller {
/*		modify width and height of scrolling section if necessary	*/		
	width: 280px;
	height: 427px;
	overflow: hidden;
	border: 0px solid #000;
}
div.scroller div.section {		
/*		modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 280px;	
	height: 427px;
	overflow: hidden;
}
div.scroller div.content {
	width: 280px;
}
div#section1 {
	background:#FFF;
}
div#section2 {
	background:#FFF;		/*	#E7E7E9	*/
	/*  color: #000;  */
}
