/*=========mF_fscreen_tb========*/
.mF_fscreen_tb_wrap{background:url(../../images/slidebj.jpg) no-repeat center top; padding:4px; _padding:4px 4px 4px 5px;}/*背景边框*/
.mF_fscreen_tb { position:relative;}
.mF_fscreen_tb .loading{ position:absolute; width:100%; height:100%; background:url(img/loading.gif) center no-repeat; z-index:9;}
.mF_fscreen_tb .pic { position:absolute; top:0; left:0; }
.mF_fscreen_tb .pic li { position:absolute; width:100%; height:100%; overflow:hidden; display:none; }
.mF_fscreen_tb .pic li img{ width:980px; height:393px}
.mF_fscreen_tb .thumb_bg { position:absolute; bottom:0; left:0; width:100%; background:#000; filter:alpha(opacity=20); opacity:0.2;}
.mF_fscreen_tb .thumb { position:absolute; bottom:0; width:x;}
.mF_fscreen_tb .thumb ul { position:relative; width:x; top:0; left:0;/*补偿父层的margin*/}
.mF_fscreen_tb .thumb ul li { float:left; width:x; overflow:hidden; cursor:pointer; position:relative; top:5px;}
.mF_fscreen_tb .thumb ul li a { display:block; margin:0 20px; background:url(../../images/slicur01.png) no-repeat left top; width:53px; height:35px; padding:3px 0 0 3px;  _background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/slicur01.png");}
.mF_fscreen_tb .thumb ul li a img { position:relative; z-index:1; filter:alpha(opacity=80); opacity:0.8; width:49px; height:31px;}
.mF_fscreen_tb .thumb ul li.current{}
.mF_fscreen_tb .thumb ul li.current a{ background:url(../../images/slicur02.png) no-repeat left top;  _background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/slicur02.png");}
.mF_fscreen_tb .thumb ul li.current a img { filter:alpha(opacity=100); opacity:1; position:relative;}
.mF_fscreen_tb .thumb ul li.current a,.mF_fscreen_tb .thumb ul li.hover a { border-color:#fff; }


.mF_fscreen_tb .txt{ display:none;}
.mF_fscreen_tb .txt li { position:absolute; z-index:2; top:26px; width:100%; line-height:20px; font-family:'微软雅黑'; }/*标题*/
.mF_fscreen_tb .txt li a { display:block; color:#fff; padding-left:16px; font-weight:bold; font-size:16px; text-decoration:none; }/*标题样式*/
.mF_fscreen_tb .txt li p { padding-left:16px; color:#fff; }/*详细描述文字样式*/
.mF_fscreen_tb .prev, .mF_fscreen_tb .next { font:bold 38px arial; width:28px; height:46px; overflow:hidden; position:absolute; z-index:4; left:0; bottom:0px; cursor:pointer; display:none;}/*width=margin+pad=10+18=28;*/
.mF_fscreen_tb .next { left:auto; right:0; }
.mF_fscreen_tb .prev a, .mF_fscreen_tb .next a { display:block; color:#f1f1f1; text-align:center; text-decoration:none; }
.mF_fscreen_tb .prev a:hover, .mF_fscreen_tb .next a:hover { color:#f60; }