div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 940px; 
	height: 210px;
	overflow: hidden;
	}
	div.carouselSection {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:940px;
		height:210px;
		overflow:hidden;
		float:left;
		}
	div.carouselSection img {
		float:right;
		padding-left:20px;
		padding-right:10px;
	}
	div.scroller div.content {
		width: 10000px;
		}
	div.scroller div.carouselCopy {
		width: 494px;
		*width:410px;
		}		
		



