@charset "utf-8";
#leftControl {
	float: left;
	width: 15px;
	text-align: center;
	line-height: 96px;
	display: block;
	height: 96px;
	padding-top: 0px;
background-color:#FFFFFF;
}
#rightControl {
	float: left;
	width: 15px;
	text-align: center;
	line-height: 94px;
	display: block;
	height: 94px;
	padding-top: 0px;
	background-color:#FFFFFF;
}
#outerScroller {
	float: left;
	width: 606px;
		/**********************************hack for ie6*******************************/
	_width:604px;
	/**********************************hack for ie6*******************************/

	overflow: hidden;
	height: 90px;
	display: block;
	position:relative;
	background-color:#FFFFFF;
}
#innerScroller {
	width: 2900px;
	height: 90px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	width:110px;
	float:left;
	padding:5px;
	margin-top:6px;
}

#innerScroller  a img{
	border:none
}
