div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px; 
	height: 180px;
	overflow: hidden;
	border: solid 3px  #70c9f3;
	background: #eff2ed;
	float:left;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:160px;
		height:180px;
		overflow:hidden;
		float:left;
		padding-left:5px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		}

	.each_section{
		text-align:center;
		height:175px; 
		width:160px; 
		float:left;
		background-color:#FFFFFF;
	
	}