/*=========mF_games_tb========*/
.mF_games_tb_wrap{float:left;padding:15px 0 0;}/*背景边框*/
.mF_games_tb {background:none;}
.mF_games_tb .pic{position:absolute;top:0;left:0;}
.mF_games_tb .pic li{position:absolute;width:100%;height:100%;overflow:hidden;display:none;}
.mF_games_tb .thumb{position:absolute;bottom:0;left:0;overflow:hidden;}
.mF_games_tb .thumb ul{position:absolute;top:0;left:0;}
.mF_games_tb .thumb ul li{position:relative;float:left;cursor:pointer;overflow:hidden;}
.mF_games_tb .thumb ul li a{display:block;border:1px solid #D3D3D3; margin:9px 8px 0 0; border-radius:6px; overflow:hidden; height:60px;}
.mF_games_tb .thumb ul li img{position:relative;z-index:1; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1); height: 100% !important; width: 100%; }
.mF_games_tb .thumb ul li.current img{ filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); -ms-filter: grayscale(0); }
.mF_games_tb .thumb ul li.current{}
.mF_games_tb .thumb ul li.current a{border-color:#FF8C00;}
.mF_games_tb .txt{position:absolute;bottom:0;width:100%;}
.mF_games_tb .txt li{position:absolute;z-index:2;width:100%;line-height:38px;display:none;}/*默认标题高度*/
.mF_games_tb_myFocus .txt li{ overflow: inherit;}
.mF_games_tb .txt li a{display:block;position:relative;z-index:1;color:#FFE24C;padding:0 16px;font-size:24px;font-weight:bold;text-decoration:none;}/*标题样式*/
.mF_games_tb .txt li b{display:block;height:100%;width:100%;position:absolute;top:0;left:0;background:#000;filter:alpha(opacity=60);opacity:0.6;}
.mF_games_tb .txt li p{ padding: 0 16px 0; font-size:14px; position: relative; z-index: 1; color: #fff6c7; line-height: 26px;}
.mF_games_tb .prev,.mF_games_tb .next{font:bold 28px/28px arial;width:16px;overflow:hidden;position:absolute;z-index:4;left:0;bottom:31px;cursor:pointer;display:none;}
.mF_games_tb .next{left:auto;right:0;}
.mF_games_tb .prev a,.mF_games_tb .next a{display:block;color:#bbb;text-align:center;text-decoration:none;}
.mF_games_tb .prev a:hover,.mF_games_tb .next a:hover{color:#f60;}