
.scroller {
	width: 216px; 
	height: 70px;
	overflow: hidden;
	}

	.scroller .section {
		float: left;
		width: 216px; 
		height: 70px;		
		}
	
	.content { width: 10000px; }
		
/* Main area */

#homeMain .scroller {
	width: 704px;
	height: 346px;
	overflow: hidden;
	}

	#homeMain .scroller .section {
		float: left;
		width: 704px;
		height: 346px;
		}
	
	#homeMain .content { width: 10000px; }