div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	border:0px solid #CCCCCC;
         height:130px;
         left:67px;
         overflow:hidden;
         position:relative;
         width:700px;
         margin-bottom:-10px;
}
  
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:110px;
		height:140px !important;
		overflow:visible;
		float:left;
		padding:0 8px 0 0;
                  margin-top:-4px;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		}
  

