#content div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 268px;
	height: 194px;
	overflow: hidden;

	}
#content div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 260px;
	height: 186px;
	overflow:hidden;
	float: left;
	
	float: none;
	padding: 4px;
	background-color: transparent;
	border-style: none;
	}
#content div.scroller div.content {
	width: 10000px;

	float: none;
	padding: 0;
	background-color: transparent;
	border-style: none;
	}

div#section1 {
	
	}

div#section2 {
	
	}

div#section3 {
	
	}

div#section4 {
	
	}
