/*=========mF_YSlider ========*/
.mF_YSlider {
	position: relative;
}

.mF_YSlider .loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url(../image/loading.gif) center no-repeat;
	z-index: 9;
}

.mF_YSlider .pic li,
.mF_YSlider .rePic li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.mF_YSlider .pic li img {
	width: 100%;
	height: 100%;
}

.mF_YSlider .txt li {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: none;
}

/*默认标题高度*/
.mF_YSlider .txt li a {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*标题样式*/
.mF_YSlider .txt li b {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	/*left:18px;*/
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.mF_YSlider .num {
	position: absolute;
	z-index: 6;
	bottom: 5px;
	right: 2px;
	padding-right: 5px;
}

.mF_YSlider .txt {
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
}

.mF_YSlider .txt li p {
	color: #fff;
	z-index: 5;
	position: absolute;
	padding-left: 15px;
}

.mF_YSlider .num li {
	position: relative;
	float: left;
	width: 15px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	margin-right: 0px;
	margin-top: 10px;
	cursor: pointer;
}

.mF_YSlider .num li a,
.mF_YSlider .num li b {
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	/*border-radius: 5px;*/
	font-size: 0px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
}

/*按钮样式*/
.mF_YSlider .num li b {
	z-index: 1;
	/*background:url(../images/btn3.png) no-repeat;*/
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.mF_YSlider .num li.current a,
.mF_YSlider .num li.hover a {
	border-color: #ebc76f;
	color: #ebc76f;
	background: #ebc76f;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

/*当前/悬停按钮