body {
	margin: 0px;
}
#container {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#container #content #scroller {
	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 #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;
	text-align: center;
	display: block;
}
#rightControl {
	float: right;
	text-align: center;
	display: block;
}
#outerScroller {
	float: left;
	width: 665px;
	overflow: hidden;
	height: 600px;
	display: block;
	position:relative;
	left:25px;


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

#innerScroller img{
	float:left;
	margin:14px;
}
