﻿.viewimage-border
{
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: #fff;
    border: 4px solid #616161;
    width: 1000px;
    height: 500px;
    margin: -250px 0 0 -500px;
    color: #333;
    display: none;
}
* html .viewimage-border
{
    /* ie6 hack */
    position: absolute;
    margin-top: 0;
    top: expression(documentElement.scrollTop + (document.documentElement.clientHeight- this.offsetHeight)/2);
}
.viewimage-border .h
{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.viewimage-border .m
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.viewimage-border .tools, .viewimage-border .actions
{
    width: 575px;
    height: 24px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 4px;
}
.viewimage-border .actions
{
    width: 110px;
    float: right;
    margin-right: 4px;
}
.viewimage-border .location
{
    height: 100%;
    line-height: 22px;
    text-align: left;
    float: left;
    display: inline;
}
.viewimage-border select.selindex
{
    height: 18px;
    border: 1px solid #CCCCCC;
    display: inline-block;
}
.viewimage-border .title
{
    width: 200px;
    height: 18px;
    line-height: 18px;
    float: left;
    display: inline;
    border: 1px solid #CCCCCC;
    text-align: center;
    margin-left: 3px;
    overflow: hidden;
}
.viewimage-border span.count
{
    color: Red;
    font-weight: 700;
    margin: 0 3px;
}
.viewimage-border a.prev, .viewimage-border a.next
{
    width: 24px;
    height: 24px;
    display: inline;
    float: left;
    background: url(Images/Public/fancy_left.gif);
    margin-left: 2px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.viewimage-border a.next
{
    background: url(Images/Public/fancy_right.gif);
}
.viewimage-border a.prev:hover, .viewimage-border a.next:hover
{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.viewimage-border a.close
{
    width: 21px;
    height: 20px;
    display: inline;
    float: right;
    background: url(Images/Public/popupdivicon.png) 0 -168px;
    cursor: pointer;
}
.viewimage-border a.close:hover
{
    text-decoration: none;
    background: url(Images/Public/popupdivicon.png) 0 -189px;
}
.viewimage-border .tips
{
    height: 22px;
    line-height: 22px;
    float: right;
    display: inline;
    margin-right: 3px;
}
.viewimage-border span.close
{
    text-decoration: underline;
    cursor: pointer;
}
.viewimage-border a.zoom
{
    width: 21px;
    height: 20px;
    display: inline;
    float: left;
    margin-left: 4px;
}
.viewimage-border a.out
{
    background: url(Images/Public/popupdivicon.png);
}
.viewimage-border a.out:hover
{
    background: url(Images/Public/popupdivicon.png) 0 -21px;
}
.viewimage-border a.auto
{
    background: url(Images/Public/popupdivicon.png) 0 -42px;
}
.viewimage-border a.auto:hover
{
    background: url(Images/Public/popupdivicon.png) 0 -63px;
}
.viewimage-border a.fix
{
    background: url(Images/Public/popupdivicon.png) 0 -84px;
}
.viewimage-border a.fix:hover
{
    background: url(Images/Public/popupdivicon.png) 0 -105px;
}
.viewimage-border a.in
{
    background: url(Images/Public/popupdivicon.png) 0 -126px;
}
.viewimage-border a.in:hover
{
    background: url(Images/Public/popupdivicon.png) 0 -147px;
}
.viewimage-border img
{
    position: absolute;
    top: 0;
    left: 0;
}

.viewimage-border img.clicktonext
{
    cursor: url("Images/Public/nextimg.cur"),auto;
}

.viewimage-border img.clicktoprev
{
    cursor: url("Images/Public/previmg.cur"),auto;
}

.viewimage-border img.clicktomove
{
    cursor: move;
}

/*Loading及半透明背景 begin*/
.site-iframe-bg, .site-transparent-bg
{
    width: 100%;
    height: 100%;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border: 0;
    display: none;
}

.site-iframe-bg
{
    background: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.site-transparent-bg
{
    position: fixed;
    z-index: 5; /*filter:alpha(opacity=25);     -moz-opacity:0.25;     opacity:0.25;*/
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Public/transparentbg.png',sizingMethod='scale');
    background: url(Images/Public/transparentbg.png);
    _background: none;
}

* html .site-transparent-bg
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
}

.site-divinnerloading
{
    width: 196px;
    height: 96px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -98px; /* -height/2 0 0 -width/2 */
    z-index: 9;
    display: none;
    background: #050505;
    text-align: center;
    color: #BEBEBE;
    font-size: 13px;
}

* html .site-divinnerloading
{
    /* ie6 hack */
    position: absolute;
    top: expression(documentElement.scrollTop + document.documentElement.clientHeight/2);
}

.site-divinnerloading img
{
    margin: 25px auto 15px;
}
/*Loading及半透明背景 end*/

/*留光岁月及图片列表 Begin*/
.ImgList
{
    margin: 0 0 0 5px;
    width: 675px;
}

.ImgList li
{
    float: left;
    border: 1px solid #b4b4b4;
    margin: 3px;
    height: 142px;
    width: 160px;
    list-style-type: none;
}

.ImgList li a
{
    display: block;
    height: 142px;
    width: 160px;
}

.ImgList img
{
    margin: 5px 0 0 5px;
    border: none;
    height: 130px;
    width: 150px;
}
/*留光岁月及图片列表 End*/