@charset "utf-8";
#container {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 321px;
	width: 980px;
}

#container #content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 980px;
	position:relative;
	text-align: justify;
	top: -1px;
}
#container #content #scroller {
	background-color: #000000;
	position: absolute;
	width: 980px;
	margin-top: 270px;
	left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#container #footer {
	padding: 10px;
	height: 30px;
	width: 960px;
	background-image: url(../images/footer_bg.jpg);
	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: 27px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}
#rightControl {
	float: left;
	width: 27px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;

}
#outerScroller {
	float: left;
	width: 490px;
	overflow: hidden;
	height: 102px;
	display: block;
	position:relative;


}
#innerScroller {
	width: 15992px;
	height: 102px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

div.leftControl {
	float: left;
	width: 27px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}
div.rightControl {
	float: left;
	width: 27px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;

}
div.outerScroller {
	float: left;
	width: 490px;
	overflow: hidden;
	height: 102px;
	display: block;
	position:relative;


}
div.innerScroller {
	width: 15992px;
	height: 102px;
	position: relative;
	text-align: center;
}

div.innerScroller img{
	float:left;
}
