div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 720px; 
	height: 480px;
	overflow: hidden;
	border:none;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:720px;
		height:480px;
		overflow:hidden;
		float:left;		/*determines left - right or up - down*/
		}
	div.scroller div.content {
		width: 10000px;
		}
		
		
/*For Doing Good Page*/
div.scrollerdg { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px; 
	height:420px;
	overflow: hidden;
	border:none;
	
	}
	div.scrollerdg div.sectiondg {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
		height:420px;
		overflow:hidden;
		float:left;		/*determines left - right or up - down*/
		}
	div.scrollerdg div.contentdg {
		width: 10000px;
		}