/*=========mF_expo2010 --2010世博主题========*/


.mF_expo2010 {
	position: relative;
}
.mF_expo2010 .loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url("img/loading.gif") center no-repeat;
	z-index: 9;
}
.mF_expo2010 .pic li {
	position: absolute;
}
.mF_expo2010 .txt_bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}/*标题背景*/
.mF_expo2010 .txt li {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
}
.mF_expo2010 .txt li a {
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 1em;
}
.mF_expo2010_m-slide .txt li {
	height: 50px !important;
	overflow: hidden;
}
.mF_expo2010 .num {
	bottom: 50px;
	position: absolute;
	right: 0px;
	z-index: 9;
}
.mF_expo2010 .num li {
	background: #202020 none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	height: 5px;
	margin-right: 1px;
	overflow: hidden;
	width: 38px;
}
.mF_expo2010 .num li.current, .mF_expo2010 .num li.hover {
	background: #b50909 none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
}
.mF_expo2010 .num li a {
	display: none;
}







