@charset "utf-8";
 
  #scroller {
	background-color: #005C8F;
	width: 855px;
	margin-top: 0px;
	left: 0px;
	position:relative;
}
 



.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: 100px;
	display: block;
	height: 150px;
	padding-top: 20px;
}
#rightControl {
	float: left;
	width: 20px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 150px;
	padding-top: 20px;
}
#outerScroller {
	float: left;
	width: 815px;
	overflow: hidden;
	height: 200px;
	display: block;
	position:relative;
	background-color: #005C8F;


}
#innerScroller {
	width: 5992px;
	height: 200px;
	position: relative;
	text-align: center;

}

#innerScroller img{
	float:left;
}

