﻿#overlay {
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 90;
    background-color: rgba(0, 0, 0,0.5);
}
#lightbox table, #lightbox tr, #lightbox td{
    border:unset;
}
#lightbox {
    z-index: 7000 !important;
    left: 0px;
    top: 20px;
    width: 100%;
    direction: ltr;
    text-align: center;
    color: rgb(112, 112, 112);
    line-height: 0;
    position: absolute;
    z-index: 100;
}

    #lightbox a {
        color: rgb(112, 112, 112);
        text-decoration: underline;
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

        #lightbox a:hover {
            color: rgb(112, 112, 112);
            text-decoration: underline;
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

        #lightbox a img {
            border: currentColor;
            border-image: none;
        }

#outerImageContainer {
    margin: 0px auto;
    width: auto;
    height: auto;
    position: relative;
}

#lightboxImage {
    width: 100%;
    height: 100%;
}

#imageContainer {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 0px;
    position: relative;
}

#loading {
    left: 0px;
    top: 40%;
    width: 100%;
    height: 25%;
    text-align: center;
    font-size: 10px;
    position: absolute;
    z-index: 1;
}

#loadingLink {
    background: url("images/loading.gif") no-repeat center;
    margin: 0px auto;
    padding: 0px;
    width: 60%;
    height: 32px;
    text-indent: -9999px;
    display: block;
}

#hoverNav {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

#imageContainer > #hoverNav {
    left: 0px;
}

#hoverNav a {
}

#prevLinkImg {
    width: 49%;
    height: 100%;
    text-indent: -9999px;
    display: block;
    background-image: url("data:image/gif;base64,AAAA");
}

#nextLinkImg {
    width: 49%;
    height: 100%;
    text-indent: -9999px;
    display: block;
    background-image: url("data:image/gif;base64,AAAA");
}

#prevLinkImg {
    left: 0px;
    float: left;
}

#nextLinkImg {
    right: 0px;
    float: right;
}

#prevLinkImg:hover {
    background: url("images/prev.png") no-repeat 5%;
    _background-image: url(images/prev.gif);
}

    #prevLinkImg:hover:visited {
        background: url("images/prev.png") no-repeat 5%;
        _background-image: url(images/prev.gif);
    }

#nextLinkImg:hover {
    background: url("images/next.png") no-repeat 97%;
    _background-image: url(images/next.gif);
}

    #nextLinkImg:hover:visited {
        background: url("images/next.png") no-repeat 97%;
        _background-image: url(images/next.gif);
    }

#imageDataContainer {
    font: 12px/1.231 Trebuchet MS, IRANSans,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    font-size-adjust: none;
    font-stretch: normal;
}

#imageData {
    width: 100%;
    overflow: hidden;
}

#imageDetails {
    padding: 10px 10px 0px 0px;
    width: 70%;
    text-align: left;
    float: left;
}

#caption {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: justify;
    font-size: 12pt;
    padding: 4px;
}

#numberDisplay {
    padding: 2px 10px 0px 0px;
    color: rgb(51, 158, 255);
    float: left;
    display: block;
}

#detailsNav {
    padding: 0px;
    float: left;
    display: block;
}

#prevLinkDetails {
    float: left;
    display: block;
    outline-style: none;
    background-repeat: no-repeat;
}

#nextLinkDetails {
    float: left;
    display: block;
    outline-style: none;
    background-repeat: no-repeat;
}

#slideShowControl {
    float: left;
    display: block;
    outline-style: none;
    background-repeat: no-repeat;
}

#prevLinkDetails {
    background-position: left 100%;
    margin: 2px;
    width: 18px;
    height: 18px;
    background-image: url("images/navigation.gif");
}

    #prevLinkDetails:hover {
        background-position: 0px 0px;
    }

#nextLinkDetails {
    background-position: right 100%;
    margin: 2px;
    width: 18px;
    height: 18px;
    background-image: url("images/navigation.gif");
}

    #nextLinkDetails:hover {
        background-position: 100% 0px;
    }

#slideShowControl {
    background-position: -18px 100%;
    margin: 2px;
    width: 18px;
    height: 18px;
    float: left;
    display: block;
    background-image: url("images/navigation.gif");
    background-repeat: no-repeat;
}

    #slideShowControl:hover {
        background-position: -18px 0px;
    }

.started#slideShowControl {
    background-position: -36px 100%;
}

    .started#slideShowControl:hover {
        background-position: -36px 0px;
    }

#close {
    padding: 16px 0px 0px;
    float: right;
}

#closeLink {
    background: url("images/close.png") no-repeat 0px 100%;
    margin: 0px;
    padding: 0px;
    width: 32px;
    height: 32px;
    text-decoration: none;
    display: block;
    outline-style: none;
}

    #closeLink:hover {
        background-position: 0px 0px;
    }

.clearfix::after {
    height: 0px;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}

* html > body .clearfix {
    width: 100%;
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

#outerImageFrame {
    width: 100%;
    height: 100%;
    position: absolute;
}

#outerImageContainer {
    overflow: visible;
}

    #outerImageContainer td {
        padding: 0px;
        text-align: center;
    }

#lightboxFrameBody {
    background: white;
}

#outerImageContainer td {
    font-size: 0px;
}

    #outerImageContainer td.tl {
        width: 50px;
        height: 50px;
    }

    #outerImageContainer td.br {
        width: 50px;
        height: 50px;
    }

    #outerImageContainer td.tl {
        background: url("images/back_corvers.png") 0px 0px;
        _background-image: none;
    }

    #outerImageContainer td.tc {
        background: url("images/back_tb.png") 50% 0px;
        _background: none;
    }

    #outerImageContainer td.tr {
        background: url("images/back_corvers.png") 100% 0px;
        _background-image: none;
    }

    #outerImageContainer td.ml {
        background: url("images/back_lr.png") 0px 50%;
        _background-image: none;
    }

    #outerImageContainer td.mr {
        background: url("images/back_lr.png") 100% 50%;
        _background-image: none;
    }

    #outerImageContainer td.bl {
        background: url("images/back_corvers.png") 0px 100%;
        _background-image: none;
    }

    #outerImageContainer td.bc {
        background: url("images/back_tb.png") 50% 100%;
        _background-image: none;
    }

    #outerImageContainer td.br {
        background: url("images/back_corvers.png") 100% 100%;
        _background-image: none;
    }

#vlightbox {
    width: 100%;
    -ms-zoom: 1;
}

.vlightbox {
    margin: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    position: relative;
    -ms-zoom: 1;
    opacity: 0.87;
}

    .vlightbox a {
        margin: 0px;
    }

    .vlightbox:hover {
        opacity: 1;
    }

    .vlightbox a:hover {
        opacity: 1;
    }

    .vlightbox img {
        margin: 10px;
        border: currentColor;
        border-image: none;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        border-radius:2px;
        display: block;
    }

    .vlightbox div {
        display: none;
    }

#vlightbox a#vlb {
    display: none;
}
