
.mF_shutters .pic {
	position: absolute;
	z-index: 1;
}

.mF_shutters .pic ul {
	position: absolute;
	top: 0;
	left: 0;
	width: x;
	height: 100%;
	overflow: hidden;
}

.mF_shutters .pic ul li {
	position: absolute;
	top: 0;
	left: 0;
	right:0px;
	bottom:0px;
	display: none;
}

/*.mF_shutters .txt {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	line-height: 36px;
	font-size:20px;
}

.mF_shutters .txt li {
	position: absolute;
	bottom: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.mF_shutters .txt li a {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	padding-left: 16px;
	font-size: 14px;
	text-decoration: none;
		font-size:20px;
}
.mF_shutters .txt p{
	display: none;
}
.mF_shutters .txt li b {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background:url(../images/yy.png) no-repeat center center;
}*/
.mF_shutters .txt {
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:11;
}
.mF_shutters .txt li p{
	display: none;
}
.mF_shutters .txt li{
	display: none;
	font-size:20px;
	color:white;
	position: relative;
}
.mF_shutters .txt li b{
    position: absolute;
    bottom: 0px;
    height: 97px;
    left: 0%;
    right: 0px;
    background: url(../images/yy.png) no-repeat center center;
    z-index: -1;
    opacity: 0.4;
}
.mF_shutters .txt li a{
	color:white;
	padding:0px;
	display: block;
	padding:8px 2%;
}
.mF_shutters .txt li.current {
	visibility: visible;
	-webkit-transition: all 1s 1s;
	-moz-transition: all 1s 1s;
	-o-transition: all 1s 1s;
	display: block;
}

.mF_shutters .prev a,
.mF_shutters .next a {
	position: absolute;
	bottom: 46px;
	left: 0;
	padding: 4px 6px;
	z-index: 9;
	color: #333;
	text-decoration: none;
	background: #fff;
	border-radius: 0 3px 3px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-size:16px;
}

.mF_shutters .hover a {
	visibility: visible;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.mF_shutters .next a {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.mF_shutters .prev a:hover,
.mF_shutters .next a:hover {
	color: #f60;
}