﻿	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		width:996px;
		float:right;
		overflow: hidden;
		margin-left:10px;
		margin-bottom:0px;
		padding-bottom:0px;
		margin-right:10px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:996px;
		overflow:hidden;
		float:left;
		margin-right:40px;
		padding-right:40px;
		margin-bottom:0px;
		padding-bottom:0px;
		}
	div.content {
		width: 20000px;
		}