div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 680px; 
	height: 550px;
	overflow: hidden;
	text-align:center;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:680px;
		height:550px;
		overflow:hidden;
		float:left;
		padding:0;	
		text-align:center;
	
		}
	div.scroller div.content {
		width: 10000px;
		text-align:center;

		}
		
		
		div.scrollerhome { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 372px; 
	height: 372px;
	overflow: hidden;
	text-align:center;
	}
	div.scrollerhome div.sectionhome {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:372px;
		height:372px;
		overflow:hidden;
		float:left;
		padding:0;	
		text-align:center;
	
		}
	div.scrollerhome div.contenthome {
		width: 10000px;
		text-align:center;

		}
