@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.333px;
	color: #333333;
	background-color: #FFCC00;
	margin: 0px;
}
#container {
	height: 130px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container #content {
	background-repeat: no-repeat;
	height: 130px;
	width: 760px;
	position:relative;
	text-align: justify;
	#top: -1px;#
}
#container #content #scroller {
	position: relative;
	width: 760px;
	
	left: 0px;
	height: 130px;
	background-color: #FFFFFF;
	}
	
#container #footer {
	padding: 0px;
	height: 30px;
	width: 760px;
	line-height: 50px;
	text-align: center;
	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:#FFCC00;
}

#leftControl {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 130px;
	display: block;
	height: 130px;
	padding-top: 0px;
}
#rightControl {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 130px;
	display: block;
	height: 130px;
	padding-top: 0px;
}
#outerScroller {
	float: left;
	width: 700px;
	overflow: hidden;
	height: 130px;
	display: block;
	position:relative;


}
#innerScroller {
	width: 3000px;
	height: 130px;
	position: relative;
	text-align: center;
	}

#innerScroller img{
	float:left;
}
