@charset "utf-8";

#container #content #scroller {
	background-color: #000000;
	position: absolute;
	width: 656px;
	margin-top: 0px;
	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;
}



.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}


.headers{
color:#fec408;
}

#leftControl {
	float: left;
	width: 50px;
	text-align: center;
	line-height: 178px;
	display: block;
	height: 178px;
	padding-top: 20px;
	padding-left:5px;
	cursor:pointer;
}
#rightControl {
	float: left;
	width: 50px;
	text-align: center;
	line-height: 233px;
	display: block;
	height: 178px;
	padding-top: 20px;
	cursor:pointer;
}
#outerScroller {
	float: left;
	width: 545px;
	overflow: hidden;
	height: 233px;
	display: block;
	position:relative;


}
#innerScroller {
	width: 1200px;
	height: 233px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

