.mBan2 { overflow: hidden; }
.mBan2 .slideBox{ width:100%;  position:relative; }
.mBan2 .slideBox .hd{
	height: 25px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width:100%;
	left:0px;
	background-image: url(bgt.png);
	background-repeat: repeat;
}
.mBan2 .slideBox .hd ul{ zoom: 1; padding-left:40%; }
.mBan2 .slideBox .hd ul li{
	float: left;
	width:18px;
	height: 25px;
	cursor: pointer;
	margin-right: 10px;
	background-image: url(btn2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.mBan2 .slideBox .hd ul li.on{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(btnh.png);
}
.mBan2 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.mBan2 .slideBox .bd ul,.slideBox .bd ul li{width:100%!important}
.mBan2 .slideBox .bd img{ width:100%;  display:block; border:0px;  }
