@charset "UTF-8";

#loading {
	display: none;
	width: 960px;
	height: 350px;
	background: transparent url("/sb_include/top_slide/images/loading.gif") no-repeat center center;
}
#topBanner {
	display: none;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
}
#topBanner div {
	width: 960px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
#topBanner div div {
	top: 0;
	left: 0;
	position: absolute;
}

#topBanner ul {
	margin: 0;
	bottom: 10px;
	right: 0;
	width: auto;
	position: absolute;
	z-index: 100;
}

#topBanner ul li {
	margin-right: 10px;
	width: 38px;
	height: 37px;
	background-color: #000;
	display: inline-block;
	/display: inline;
	/zoom:1;
}

#topBanner .active img {
	filter:alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}

#contents .topFlaArea {
	position: relative;
}
