.actions  a { }
.preload { display : none;}

#gallery {
    background: none repeat scroll 0 0 white;
    height: 620px;
    margin: 0 auto;
    min-height: 500px;
    min-width: 620px;
    padding-left: 30px;
    padding-right: 360px;
    position: relative;
    text-align: left;
    width: 720px;
    z-index: 1;
}

#gallery .photoarea {
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
}

#gallery .photoarea img {
    backface-visibility: hidden;
    border: medium none;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

#gallery .sidebar {
    background-color: white;
    min-height: 500px;
    position: absolute;
    right: 30px;
    top: 0;
    width: 300px;
}

/* endpage */
.endpage {
    background: none repeat scroll 0 0 white;
    display: none;
    height: 100%;
    left: 0;
    min-width: 990px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 20;
}
.endpage-main {
    background: none repeat scroll 0 0 white;
    height: 500px;
    left: 50%;
    margin: -270px 0 0 -450px;
    position: absolute;
    top: 50%;
    width: 900px;
    z-index: 20;
}
.endpage-main-top {
    height: 140px;
    text-align: left;
    width: 100%;
}
.endpage-title, .endpage-top {
    height: 69px;
    line-height: 68px;
}
.endpage-title {
    border-bottom: 1px solid gainsboro;
}
.endpage-title h1 {
    color: #252525;
    font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;
    font-size: 24px;
}
.endpage-top .endpage-info {
    background: url("check.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding-left: 25px;
}
.endpage .actions {
    background: none repeat scroll 0 0 white;
    float: right;
    height: 41px;
    line-height: 41px;
    margin-top: 16px;
    position: static;
}
.endpage .actions .comment, .endpage .actions .share, .endpage .actions .replay, .endpage .actions .photocenter {
    border: medium none;
}
.endpage .actions .photocenter {
    padding-right: 0;
}
.endpage .actions .share-more {
    height: 40px;
    margin-right: 2px;
}
.endpage .share-more-list {
    right: 139px;
    top: 127px;
}
.eddpage .share-more-list a {
    line-height: 36px;
}
.endpage-btm {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #d7d7d7;
    height: 300px;
}
.endpage-btm h3 {
    font-size: 14px;
    padding-left: 25px;
    text-align: left;
    text-shadow: -1px -1px 0 white;
}
.endpage-btm iframe { border : 0; }
.endpage-btm .left, .endpage-btm .right {
    float: left;
    overflow: hidden;
}
.endpage-btm .left {
    position: relative;
    width: 360;
}
.endpage-btm .right {
    border-left: 1px solid gainsboro;
    padding: 0 20px;
    width: 200px;
}
.endpage-related {
    transition: all 0.5s ease-out 0s;
    width: 1200px;
}
.endpage-related-tab {
    padding-left: 280px;
    text-align: center;
}
.endpage .setlist-item, .endpage .recovideo-item {
    float: left;
    margin: 15px 25px;
}
.endpage-related-paging {
    padding-left: 280px;
    text-align: center;
}
.endpage-btm-ad .endpage-btm-left {
    margin: 30px 18px 0 19px;
    width: 380px;
}
.endpage-btm-ad .endpage-btm-left .setlist-item {
    margin: 15px 20px;
}
.endpage-btm-ad .endpage-btm-left .endpage-related {
    width: 1140px;
}
.endpage-btm-ad .endpage-btm-right {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color gainsboro -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    height: 360px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 480px;
}
.endpage .prevset,
.endpage .nextset {
    display: block;
    text-align: left;
    position: relative;
    top: 50%;
    z-index: 20;
    margin-top: -10px;
    height: 110px;
    color: #292929;
    font-size: 18px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "\5B8B\4F53", sans-serif;
    border: 1px solid white;
    background-color: white;
    cursor: pointer;
}
.endpage .prevset {
    float: left;
    border-left: none;
}
.endpage .nextset {
    float: right;
    border-right: none;
}
.endpage .prevset .arrow,
.endpage .nextset .arrow {
    height: 100%;
    width: 40px;
    background-image: url(last-next.png);
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.endpage .prevset .arrow {
    background-position: 5px center;
}
.endpage .nextset .arrow {
    background-position: -415px center;
}
.endpage .prevset:hover .arrow {
    background-position: -135px center;
}
.endpage .nextset:hover .arrow {
    background-position: -275px center;
}
.endpage .prevset .tiptext,
.endpage .nextset .tiptext {
    width: 16px;
    height: 100%;
    line-height: 18px;
    position: relative;
    top: 50%;
    margin-top: -36px;
    display: none;
    vertical-align: top;
}
.endpage .prevset .tiptext {
    padding-right: 12px;
}
.endpage .nextset .tiptext {
    padding-left: 12px;
}
.endpage .prevset:hover,
.endpage .nextset:hover {
    text-decoration: none;
    color: #292929;
}
@media screen and (min-width: 1050px) {
    .endpage .prevset .tiptext,
    .endpage .nextset .tiptext {
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
}
.endpage .prevset .parea,
.endpage .nextset .parea {
    width: 150px;
    height: 100%;
    vertical-align: top;
    display: none;
}
.endpage .prevset .parea {
    margin-right: 15px;
}
.endpage .nextset .parea {
    margin-left: 15px;
}
@media screen and (min-width: 1420px) {
    .endpage .prevset .parea,
    .endpage .nextset .parea {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
}
.endpage .prevset .parea .setlist-item,
.endpage .nextset .parea .setlist-item {
    float: none;
    margin: 0;
    position: relative;
    top: 50%;
    margin-top: -54px;
    *zoom: 1;
}
.endpage .prevset .parea .setlist-item, .endpage .nextset .parea .setlist-item {
    float: none;
    margin: -54px 0 0;
    position: relative;
    top: 50%;
}
.setlist-item, .recovideo-item {
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    height: 98px;
    margin: 23px 0;
    padding: 4px;
    position: relative;
    width: 140px;
}
.setlist-item:hover, .recovideo-item:hover {
    background: none repeat scroll 0 0 white;
    border-color: #d6d6d6;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.28);
    text-decoration: none;
}
.setlist-item p, .recovideo-item p {
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    bottom: 4px;
    color: white;
    display: block;
    font-family: "微软雅黑","宋体",Arial,sans-serif;
    font-size: 12px;
    height: 34px;
    left: 4px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 6px 10px;
    position: absolute;
    text-align: left;
    width: 120px;
}
.ie6 .setlist-item p, .ie6 .recovideo-item p, .ie7 .setlist-item p, .ie7 .recovideo-item p, .ie8 .setlist-item p, .ie8 .recovideo-item p {
    background-color: black;
}
.setlist-item p {
    background-image: url("seticon.png");
    background-position: 120px 28px;
}


/* note */
.photoarea .picinfo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: default;
}

.photoarea .progress {
    background-image: url("splash_white.png");
    margin-bottom: 0;
    top: 5px;
}
.progress .numerator, .progress .denominator {
    font-family: Georgia,'Monotype Corsiva',Arial,sans-serif;
    font-style: italic;
    line-height: 1;
    position: absolute;
}
.progress .numerator {
    bottom: 25%;
    color: #cc191b;
    font-size: 36px;
    right: 50%;
}
.ie7 .progress .numerator {
    width: 40px;
}
.progress .denominator {
    font-size: 14px;
    left: 60%;
    top: 60%;
}
.progress {
    background: url("splash.png") no-repeat scroll 60% 70%;
    float: left;
    height: 50px;
    margin: 0 15px 5px;
    position: relative;
    text-align: center;
    width: 55px;
}
.ie6 .photoarea .picinfo, .ie7 .photoarea .picinfo, .ie8 .photoarea .picinfo {
}
.photoarea .picinfo .fold, .photoarea .picinfo .unfold {
    background-image: url("picinfo_fold.png");
    background-repeat: no-repeat;
    bottom: 0;
    cursor: pointer;
    opacity: 0.85;
    position: absolute;
    right: 0;
}
.photoarea .picinfo .fold:hover, .photoarea .picinfo .unfold:hover {
    opacity: 1;
}
.photoarea .picinfo .fold {
    background-position: -160px center;
    display: block;
    height: 100%;
    width: 60px;
}
.ie6 .photoarea .picinfo .fold {
    height: 60px;
}

.photoarea .picinfo .unfold {
    background-color: black;
    background-position: 19px 15px;
    display: none;
    height: 30px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    width: 60px;
}
.photoarea .picinfo-text-wrap {
    padding: 10px 60px 10px 15px;
}
.photoarea .picinfo-text {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.photoarea .picinfo-text p {
    font-family: "微软雅黑",sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.photoarea .picinfo-text p a {
    color: #ba2636;
}
.photoarea .picinfo-fold {
    background: none;
    height: 30px;
}

.photoarea .picinfo-fold .progress, .photoarea .picinfo-fold .picinfo-text-wrap, .photoarea .picinfo-fold .fold {
    display: none;
}
.photoarea .picinfo-fold .unfold {
    display: block;
}
.photoarea .loader {
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 99;
    background : url('loading.gif') no-repeat;
}

/* sidebar */
.sidebar .tag {
    font-family: "微软雅黑",sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0;
}
.sidebar .tag span {
    color: #999999;
}
.sidebar .tag a {
    background-color: #f5f4f4;
    color: #252525;
    margin-right: 6px;
    padding: 6px 8px;
    text-decoration: none;
}
.sidebar .tag a:hover {
    background: none repeat scroll 0 0 #d0412c;
    color: white;
}
.sidebar .prevue-title {
    font-family: "微软雅黑",sans-serif;
    font-size: 14px;
    padding-top: 10px;
}
.sidebar .prevue {
    color: #888888;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    padding: 10px 0;
    word-wrap: break-word;
}
.sidebar .prevue .viewport {
    /*height: 100px;*/
    overflow: hidden;
*/position: relative;*/
}
.sidebar .prevue .overview {
    /*
    left: 0;
    list-style: none outside none;*/
    margin: 0;
    padding: 0;
    /*
    position: absolute;
    top: 0;
    width: 100%;*/
}
.sidebar .prevue .overview a {
    color: #ba2636;
}
.sidebar .prevue .overview p {
    margin: 0;
    width: 290px;
}

/*  top */
#gallery-box { position : relative; }
.gallery-box-top {
    width: 100%;
    min-width: 990px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<990?"990px":"auto");
    height: 42px;
    line-height: 42px;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
    z-index: 11;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #faf7f7 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf7f7), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #faf7f7 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #faf7f7 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #faf7f7 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #faf7f7 0%, #f0f0f0 100%);
}
.gallery-box-top .headline {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 500px;
}
.gallery-box-top .headline h1 {
    color: #242424;
    display: inline;
    font-family: "Hiragino Sans GB","Microsoft YaHei","宋体",sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.gallery-box-top .headline span {
    color: #b9b9b9;
    font-family: Arial,sans-serif;
    font-style: italic;
}
.thumb {
    height: 100%;
    left: 0;
    overflow: visible;
    padding-left: 10px;
    position: absolute;
    top: 0;
}
.thumb ul {
    float: left;
    height: 100%;
    width: 203px;
}
.thumb ul li {
    -moz-user-select: none;
    color: #878787;
    cursor: pointer;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    font-style: italic;
    height: 100%;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    width: 25px;
}
.thumb ul span {
    display: block;
}
.thumb ul li.active {
    background: url("thumb_text_active.png") no-repeat 2px 11px;
    color: white;
    font-weight: bold;
}
.thumb ul li.active span:hover {
    color: white;
}
.thumb ul li span:hover {
    color: #d0412c;
}
.thumb .thumb-img-wrap {
    background-color: transparent;
    display: none;
    height: 83px;
    left: 20px;
    position: absolute;
    text-align: left;
    top: 42px;
    width: 108px;
}
.thumb .thumb-img-wrap s {
    border-color: transparent transparent #dadada;
    border-style: dashed dashed solid;
    border-width: 5px;
    display: block;
    font-size: 0;
    height: 0;
    left: 50px;
    line-height: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.thumb .thumb-img-wrap s i {
    border-color: transparent transparent white;
    border-style: dashed dashed solid;
    border-width: 5px;
    display: block;
    font-size: 0;
    height: 0;
    left: -5px;
    line-height: 0;
    position: absolute;
    top: -4px;
    width: 0;
}
.thumb .thumb-img-wrap .thumb-img-cont {
    background-color: white;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    padding: 3px;
}
.thumb .thumb-img-wrap .thumb-img-cont img {
    border: medium none;
    vertical-align: top;
}
.thumb .thumb-img-wrap-first s {
    left: 19px;
}
.thumb .fold {
    background-image: url("foldbtn.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 13px 0 0 8px;
    width: 16px;
}
.thumb .fold-open {
    background-position: -16px 0;
}
.thumb .fold-close {
    background-position: -48px 0;
}
.thumb .fold-open:hover {
    background-position: -16px -20px;
}
.thumb .fold-close:hover {
    background-position: -48px -20px;
}
.actions {
    background: linear-gradient(to bottom, #faf7f7 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #252525;
    font-family: "宋体",Arial,sans-serif;
    height: 41px;
    width : 230px;
    position: absolute;
    right: 00px;
    top: 0;
}
.actions .parting-line {
    background: none repeat scroll 0 0 #dadada;
    float: left;
    font-size: 0;
    height: 22px;
    margin: 10px 0;
    width: 1px;
}
.actions .vieworigin, .actions .comment, .actions .share, .actions .replay, .actions .photocenter {
    background-image: url("btns_v2.png");
    background-repeat: no-repeat;
    float: left;
    padding: 0 20px 0 40px;
}
.actions a { float: left; }
.actions .bdshare-button-style0-16:after, .actions .bdsharebuttonbox { width : 55px; float : left; content : ''; display : inline;}
.actions .bdshare-button-style0-16{ position : relative; top : 6px;  left:8px;}

.actions a:hover {
    text-decoration: none;
}
.actions .vieworigin {
    background-position: 11px 12px;
}
.actions .comment {
    background-position: 13px -66px;
}
.actions .share {
    background-position: 13px -147px;
    cursor: pointer;
    padding-right: 2px;
}
.actions .replay {
    background-position: 12px -209px;
}
.actions .photocenter {
    background-position: 15px -285px;
}
.actions .vieworigin:hover {
    background-position: -149px 12px;
}
.actions .comment:hover {
    background-position: -147px -66px;
}
.actions .share:hover {
    background-position: -147px -147px;
}
.actions .replay:hover {
    background-position: -148px -209px;
}
.actions .photocenter:hover {
    background-position: -145px -285px;
}
.actions .comment span, .actions .share span {
    color: #878787;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}
.actions .comment b, .actions .share b {
    color: #b92635;
    font-family: Georgia,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}
.actions .comment span, .actions .comment b {
    line-height: 1;
}
.actions .share p {
    float: left;
    margin: 0;
    padding: 0;
}
.actions .share a.yixin {
    background: url("share_logos_v3.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    padding-left: 30px;
}
.actions .share span, .actions .share b {
    display: none;
}
.actions .share-more {
    background: url("triangle.png") no-repeat scroll -48px 18px rgba(0, 0, 0, 0);
    border-color: transparent transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    cursor: pointer;
    float: left;
    height: 42px;
    overflow: visible;
    position: relative;
    width: 30px;
}
.actions .share-more-hover {
    background-color: white;
    background-position: 12px 18px;
    border-color: #dadada;
}
.thumb {
    height: 100%;
    left: 0;
    overflow: visible;
    padding-left: 10px;
    position: absolute;
    top: 0;
}
.thumb ul {
    float: left;
    height: 100%;
    width: 203px;
}
.thumb ul li {
    -moz-user-select: none;
    color: #878787;
    cursor: pointer;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    font-style: italic;
    height: 100%;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    width: 25px;
}
.thumb ul span {
    display: block;
}

.thumb ul li.active span:hover {
    color: white;
}
.thumb ul li span:hover {
    color: #d0412c;
}
.thumb .thumb-img-wrap {
    background-color: transparent;
    display: none;
    height: 83px;
    left: 20px;
    position: absolute;
    text-align: left;
    top: 42px;
    width: 108px;
}
.thumb .thumb-img-wrap s {
    border-color: transparent transparent #dadada;
    border-style: dashed dashed solid;
    border-width: 5px;
    display: block;
    font-size: 0;
    height: 0;
    left: 50px;
    line-height: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.thumb .thumb-img-wrap s i {
    border-color: transparent transparent white;
    border-style: dashed dashed solid;
    border-width: 5px;
    display: block;
    font-size: 0;
    height: 0;
    left: -5px;
    line-height: 0;
    position: absolute;
    top: -4px;
    width: 0;
}
.thumb .thumb-img-wrap .thumb-img-cont {
    background-color: white;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    padding: 3px;, pl, pr, _w, _h
}
.thumb .thumb-img-wrap .thumb-img-cont img {
    border: medium none;
    vertical-align: top;
}
.thumb .thumb-img-wrap-first s {
    left: 19px;
}
.thumb .fold {
    background-image: url("foldbtn.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 13px 0 0 8px;
    width: 16px;
}
.thumb .fold-open {
    background-position: -16px 0;
}
.thumb .fold-close {
    background-position: -48px 0;
}
.thumb .fold-open:hover {
    background-position: -16px -20px;
}
.thumb .fold-close:hover {
    background-position: -48px -20px;
}
ol, ul {
    list-style: none outside none;
}

/* slideshow */
html.slideshow, html.slideshow body { height : 100%; overflow : hidden; }
#maskBg {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000;
    opacity: 0.9;
}
#maskBody a, #maskBody a:focus{
    outline: 0 none;
}
.mask_btn_prev {
    left : 0;
    text-align : left;
}
.mask_btn_next {
    right: 0;
    text-align: right;
}
.mask_btn_prev span {
    background-image: url("/css/gallery/Mask_b_l_a.png");
    left: 5%;
}
.mask_btn_prev:hover span{ background-image:url(/css/gallery/Mask_b_l_h.png); _background-image: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/gallery/Mask_b_l_h.png", sizingMethod="scale") }
.mask_btn_next span {
    background-image: url("/css/gallery/Mask_b_r_a.png");
    right: 5%;
}
.mask_btn_next:hover span{ background-image:url(/css/gallery/Mask_b_r_h.png); _background-image: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/gallery/Mask_b_r_h.png", sizingMethod="scale") }
.mask_btn span {
    cursor: pointer;
    height: 58px;
    margin: -29px 0 0;
    position: absolute;
    top: 50%;
    width: 36px;
}
.mask_btn {
    height: 100%;
    outline: none;
    overflow: visible;
    position: absolute;
    width: 50%;
    z-index: 2;
}

#Mask_Pic_wrap {
    background: url("/css/gallery/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    margin: 0 auto;
    position: absolute;
    z-index: 3;
}
#Mask_Picture {
    border: 8px solid #fff;
    overflow: hidden;
}
#maskBody {
    font-family: "simSun";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000001;
}
.Mask_Info {
    color: #fff;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    width: 800px;
    z-index : 3;
    text-align : left;
}
.pop_iv_bg { position:absolute; right:0; top:0; width:40px; height:40px; overflow:hidden; cursor:pointer;
			 background:url(/media/gallery/Mask_close2_a.png); line-height:99em; z-index:9;
			_background-image: none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/gallery/Mask_close2_a.png)", sizingMethod="scale")
 }


.pop_iv_bg:hover {
			background:url(/media/gallery/Mask_close2_a.png);_background-image: none;
			 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/gallery/Mask_close2_a.png)", sizingMethod="scale")
 }
 
#Mask_Bottom {
    bottom: 0;
    height: 29px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 4;
}
#Mask_Count {
    border-bottom: 2px solid #232323;
    color: #fff;
    font-size: 12px;
    height: 27px;
    text-align: center;
    width: 100%;
    z-index: 3;
}
#Mask_Count span {
    background: url("/css/gallery/Mask_count.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 29px;
    width: 82px;
}
#Mask_Count em {
    font-family: Tahoma;
    margin: 0 5px;
    text-shadow: 1px 1px 1px #494949;
}
#num_Cur {
    color: #0a96d0;
    font-size: 18px;
}
#Mask_Items {
    background-color: #000;
    height: 77px;
    overflow: hidden;
    padding: 11px 38px 0;
    position: relative;
}
#Mask_List {
    height: 77px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#Mask_List ul {
    left: 0;
    position: absolute;
    top: 0;
}
#Mask_Items li {
    cursor: pointer;
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0 22px 0 0;
}
#Mask_Items li a {
    border: 3px solid #000;
    display: block;
    height: 60px;
    opacity: 0.6;
    overflow: hidden;
    text-align: center;
    width: 82px;
}
#Mask_Items li a:hover, #Mask_Items li a.hover {
    border: 3px solid #0a96d0;
    display: block;
    opacity: 1;
}
#Mask_Items img {
    height: 60px;
}
.Mask_Items_btn {
    height: 41px;
    position: absolute;
    top: 24px;
    width: 26px;
}
.Mask_Items_btnL {
    background: url("/css/gallery/Item_b_l_a.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 13px;
}
.Mask_Items_btnL:hover {
    background: url("/css/gallery/Item_b_l_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 13px;
}
.Mask_Items_btnR {
    background: url("/css/gallery/Item_b_r_a.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 13px;
}
.Mask_Items_btnR:hover {
    background: url("/css/gallery/Item_b_r_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 13px;
}


/* ie */
.ie6 .photoarea .picinfo,
.ie7 .photoarea .picinfo,
.ie8 .photoarea .picinfo {
    filter: alpha(opacity=70);
}
.ie6 .photoarea .picinfo-fold,
.ie7 .photoarea .picinfo-fold,
.ie8 .photoarea .picinfo-fold {
    filter: none;
}
.ie7 .progress .numerator {
    width: 40px;
}
.ie6 {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));;
}

.image-show-comm {margin-bottom: 15px;border-bottom:1px solid #E1E1E1;}
.rtimage { height: 160px; overflow: hidden;}
