@charset "utf-8";
/* CSS Document */
.mF_expo2010{ 
list-style-type:none;}/**/
/* *body{background:#eee;padding:20px;}*/
.mF_expo2010{
	position:relative;
	width:500px;
	height:200px;
	overflow:hidden;
	font:12px/1.5 Verdana,Geneva,sans-serif;
	font-weight:bold; 
	background:none; /*none*/ 
	margin:0;padding:0;border:0;
	list-style-type:none;}
.mF_expo2010 .loading{
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	color:#666;
	text-align:center;
	padding-top:90px;
	background:#fff url(../images/15250-loading.gif) center -40px no-repeat;}/*loading image*/
.mF_expo2010 .pic li{
	width:100%;
	height:100%;
	overflow:hidden;  
	position:absolute; 
	list-style-type:none;}
.mF_expo2010 .pic li img{
	width:500px;
	height:200px;}/*image and focus frame are the same size*/
.mF_expo2010 .txt li{
	position:absolute;
	z-index:2;left:0;
	width:500px;
	height:32px;
	line-height:32px;
	overflow:hidden;}
.mF_expo2010 .txt li a{
	display:block;
	color:#fff;
	padding:2px 0 0 16px;
	font-size:12px;
	text-decoration:none;}/*title style*/
.mF_expo2010 .txt-bg{
	position:absolute;
	bottom:0;
	z-index:1;
	width:500px;
	height:30px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=30);	
	opacity:0.4;}/*title background :filter:alpha(opacity=30);*/
.mF_expo2010 .num,.mF_expo2010 .num-bg{
	position:absolute;
	z-index:3;
	bottom:8px;
	right:8px;
	color:#fff;}/*button style*/
.mF_expo2010 .num li,.mF_expo2010 .num-bg li{
	float:left;
	width:22px;
	height:18px;
	line-height:18px;
	overflow:hidden;
	text-align:center;
	margin-right:5px;
	cursor:pointer;
	list-style-type:none;}
.mF_expo2010 .num-bg li{
	background:#657E9E;}/*button background;filter:alpha(opacity=80);opacity:0.8; */
.mF_expo2010 .num li.current,.mF_expo2010 .num li.hover{
	background:#9FC1E6;}/*he button background when mouse hover*/
.mF_expo2010 .num li.current,.mF_expo2010 .num li.active{
	background:#F60;}/*the button background when click*/