﻿.mF_classicHB_wrap {
	float: left;
	background: #fff;
}
.mF_classicHB {
	-webkit-text-size-adjust: none;
}
.mF_classicHB .pic {
	position: relative;
}
.mF_classicHB .pic li {
	position: absolute;
	width: 120%;
	height: 120%;
}
.mF_classicHB .pic li img {
	width: 100%;
	height: 100%;
}
.mF_classicHB .txt li {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
.mF_classicHB .txt li a {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
.mF_classicHB .txt li b {
	display: none;
}
.mF_classicHB .num {
	height: 17px;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 2px;
	color: #fff;
}
.mF_classicHB .num li {
	float: left;
	margin-right: 2px;
	width: 16px;
	height: 17px;
	text-align: center;
	position: relative;
}
.mF_classicHB .num li a {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 16px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.mF_classicHB .num li b {
	display: block;
	width: 100%;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/btn-gray.gif) no-repeat;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.mF_classicHB .num li.current b, .mF_classicHB .num li.hover b {
	background-image: url(../image/btn-blue.gif)
}
