div.scroller { 	/* modify width and height of scrolling section if necessary	*/
	width: 736px; 
	height: 230px;
	overflow: hidden;
	border:1px solid #e1e1e1;
	background: #fafafa;
	}

div.scroller div.section { 	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:694px;
	height:208px;
	overflow:hidden;
	float:left;
	padding:22px;
	}

div.scroller div.content {
	width: 20000px;
	}

