/*=========mF_fscreen_tb========*/

.mF_fscreen_tb_wrap {
    border: 1px solid #999;
    float: left;
    background: #fff;
}


/*猫茠艗忙鈩⒙韭姑β♀��*/

.mF_fscreen_tb {
    background: #333;
    position: relative;
}

.mF_fscreen_tb .__loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff 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 .__thumb_bg {
    position: absolute;
    border-top: 1px solid #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.mF_fscreen_tb .__thumb {
    position: absolute;
    bottom: 0;
    width: x;
    overflow: hidden;
}

.mF_fscreen_tb .__thumb ul {
    position: relative;
    width: x;
    top: 0;
    left: 0;
    /*猫隆楼氓聛驴莽藛露氓卤鈥毭♀�瀖argin*/
}

.mF_fscreen_tb .__thumb ul li {
    float: left;
    width: x;
    overflow: hidden;
    cursor: pointer;
}

.mF_fscreen_tb .__thumb ul li a {
    display: block;
    border: 1px solid #999;
    margin: 8px;
}

.mF_fscreen_tb .__thumb ul li a img {
    position: relative;
    z-index: 1;
    width: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.mF_fscreen_tb .__thumb ul li.current a img {
    filter: alpha(opacity=100);
    opacity: 1;
}

.mF_fscreen_tb .__thumb ul li.current a,
.mF_fscreen_tb .__thumb ul li.hover a {
    border-color: #fff;
}

.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;
}


/*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;
}