	div.scrollerhome { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 735px; 
	height: 285px;
	text-align:left;
	}
	div.scrollerhome div.sectionhome {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:735px;
		height:285px;
		float:left;
		text-align:left;
	
		}
	div.scrollerhome div.contenthome {
		position:relative;
		width: 50000px;
		text-align:left;

		}