@charset "utf-8";
#container {
	height: auto;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container #content {
	height: 150px;
	width: 864px;
	position:relative;
	text-align: justify;
	top: -1px;
}
#container #content #scroller {
	position: absolute;
	width: 896px;
	left: -9px;
	top: 61px;
	height: 139px;
}
#container #footer {
	padding: 10px;
	height: 30px;
	width: 760px;
	line-height: 50px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#container #content #left {
	position: relative;
	width: 450px;
	color: #BEBEBE;
	float: left;
	margin-right: 40px;
}

#container #content #right p {
	margin-right: 20px;
}

#container #content a{
color:#fec607;
text-decoration:none;
padding-bottom:3px;
border-bottom: 1px dotted #fec607;
}
#container #content img{
border:none;
}




.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}

.clear {
	clear: both;
	margin-bottom: 30px;
}
.headers{
color:#fec408;
}

#leftControl {
	float: left;
	width: 14px;
	text-align: center;
	line-height: 110px;
	display: block;
	height: 110px;
	padding-top: 8px;
	padding-right: 10px;
}
#rightControl {
	float: left;
	width: 14px;
	text-align: center;
	line-height: 110px;
	display: block;
	height: 110px;
	padding-top: 8px;
	padding-left: 10px;
}
#outerScroller {
	float: left;
	width: 832px;
	overflow: hidden;
	height: 130px;
	display: block;
	position:relative;
}
#innerScroller {
	width: 12000px;
	height: 140px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

