@charset "utf-8";

#container {
	height: auto;
	width: 763px;
	/*margin-right: auto;
	margin-left: auto;*/
	position: relative;
}
#container #header {
	background-repeat: no-repeat;
	width: 763px;
}

#container #content {
	background-repeat: no-repeat;
	width: 763px;
	position:relative;
	text-align: justify;
	top: -1px;
}
#container #content #scroller {
	/*background-color: #000000;*/
	position: absolute;
	width: 763px;
	left: 0px;
}
#container #footer {
	padding: 10px;
	height: 30px;
	width: 743px;
	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: 20px;
	text-align: center;
	line-height: 178px;
	display: block;
	height: 178px;
	padding-top: 20px;
}
#rightControl {
	float: left;
	width: 20px;
	text-align: center;
	line-height: 233px;
	display: block;
	height: 178px;
	padding-top: 20px;
}
#outerScroller {
	float: left;
	width: 743px;
	overflow: hidden;
	/*height: 233px;*/
	display: block;
	position:relative;


}
#innerScroller {
	width: 50000px;
	/*height: 233px;*/
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}
