div.scroller { 
	width: 294px; 
	height: 265px;
	overflow: hidden;
	}
	div.scroller div.section {
		width:294px;
		height:265px;
		overflow:hidden;
		float:left;
		margin-right:15px;
	}
	div.scroller div.content {
		width: 10000px;
	}
