

#leftControl {
	float: left;
	width: 20px;
	text-align: center;
	display: block;
	padding-top:80px;
	height:174px;
	margin-right:50px;
}
#rightControl {
	float: left;
	width: 20px;
	text-align: center;
	display: block;
	height: 174px;
	padding-top: 80px;
	margin-left:50px;
}
#outerScroller {
	float: left;
	width: 551px;
	overflow: hidden;
	height: 274px;
	display: block;
	position:relative;


}
#innerScroller {
	width: 1102px;
	height: 274px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

#scroller {
	background-color:none;
	width:691px;
	left:0px;
	height:274px;
	margin:18px 0 0 137px;
}
