div.scroller { 
	width: 735px; 
	height: 430px;
	overflow: hidden;
	}
	div.scroller div.section {
	width: 735px; 
	height: 430px;
	overflow:hidden;
	float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}

	.band {
		position:absolute;
		width:28px;
		height:78px;
		left: 190px;
		z-index:99;
	}

