
 #scroller {
	background-color: none;
	width: 400px;
	margin-left:20px;

}

.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;
	display: block;
	height: 178px;
	padding-top: 50px;
}
#rightControl {
	float: right;
	width: 20px;
	text-align: center;
	display: block;
	height: 178px;
	padding-top: 50px;
}
#outerScroller {
	float: left;
	width: 360px;
	overflow: hidden;
	height: 200px;
	display: block;
	position:relative;


}
#innerScroller {
	width: 4680px;
	height: 200px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}
