#container {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#container #content {
	width: 770px;
	text-align: justify;

}
#container #content #scroller {
	position: absolute;
	width: 770px;
	margin-top: 40px;
	left: 0px;
}
#container {
	padding: 10px;
	width: 770px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.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;
}


#leftControl {
	float: left;
	width: 20px;
	text-align: center;
	display: block;
	height: 68px;
	padding-top: 20px;
	cursor: pointer;
}
#rightControl {
	float: left;
	width: 20px;
	text-align: center;
	display: block;
	height: 68px;
	padding-top: 20px;
	cursor: pointer;
}
#outerScroller {
	float: center;
	width: 600px;
	overflow: hidden;
	height: auto;
	display: block;
}
#innerScroller {
	width: 10500px;
	height: auto;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

