#container #content #scroller {
	background-color: #000000;
	position: absolute;
	width: 980px;
	left: 0px;

}

#leftControl {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	cursor:pointer;
}
#rightControl {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	cursor:pointer;
}
#outerScroller {
	float: left;
	width: 800px;
	margin-left:80px;
	margin-right:40px;
	overflow: hidden;
	height: 100px;
	display: block;
	position:relative;


}

* html #outerScroller {
	float: left;
	width: 770px;
	margin-left:80px;
	margin-right:20px;
	overflow: hidden;
	height: 100px;
	display: block;
	position:relative;


}
#innerScroller {
	width: 1800px;
	height: 100px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}
