/* +bannerAD
*----------------------------------------------------------------------------*/
#bigAD {
	position: relative;
	width: 950px;
	overflow: hidden;
}

#bigAD a.prev ,
#bigAD a.next {
	width: 60px;
	height: 60px;
	background: url(../images/fantasia/arrow.png) no-repeat 0 0;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 900;
	opacity: 0.6;
	text-indent: -999999px;
}

#bigAD a.prev {
	left: 0;
}

#bigAD a.next {
	background-position: -60px 0;
	right: 0;
}

#bigAD a.prev:hover ,
#bigAD a.next:hover {
	opacity: 1;
}

#bigAD ul {
	margin: 0;
	width: 950px;
	height: 475px;
	overflow: hidden;
}

#bigAD ul li {
	width: 100%;
	height: 475px;
	float: left;
	overflow: hidden;
}


/* +banner
*----------------------------------------------------------------------------*/
.banner {
	position: relative;
}

.banner p.silderNav {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	left: 45%;
}

.banner p.silderNav a {
	width: 15px;
	height: 15px;
	border-radius: 99px;
	display: inline-block;
	text-indent: -999px;
	background: #FADE19;
	margin: 0 5px;
}

.banner p.silderNav a:hover ,
.banner p.silderNav a.active {
	background: #9A913D;
}