#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
}

#lightbox img {
    display: inline-block;
    width: auto;
    height: auto;
}

#lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    border: 0;
    height: 250px;
    margin: 0 auto;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 10px;
}

.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    cursor: pointer;
}

.lb-prev,
.lb-next {
    width: 49%;
    height: 100%;
    background: url(../images/gallery_slider_sprite.png) left top no-repeat;
    display: block;
    height: 47px;
    width: 24px;
}

.lb-prev {
    left: 1%;
    float: left;
    background-position: 0 0;
    position: absolute;
    top: 45%;
}

.lb-next {
    right: 1%;
    background-position: 0 -192px;
    float: right;
    position: absolute;
    top: 45%
}

.lb-prev:hover {
    background-position: 0 0;
}

.lb-next:hover {
    background-position: 0 -192px;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 0;
    *zoom: 1;
    width: 100%;
    background: #fff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -1px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0;
    color: #bbbbbb;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-details {
    visibility: hidden;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 11px;
}


.lb-closeContainer {
    float: right;
    width: 60px;
    margin-right: 10px;
}

.lb-data .lb-close {
    font-family: open_sansregular;
    color: #008BAE;
    font-size: 1em;
    height: 14px;
    width: 68px;
    float: right;
    padding: 0 10px 0 0;
    margin-top: 2px;
    outline: none;
    line-height: 1em;
    position: relative; 
}


.lb-data  a.lb-close:after {
    content: "";
    background: url(../images/gallery_close_icon.png);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
}

.lb-close img {
    float: right;
}

.lb-data .lb-close:hover {
    cursor: pointer;
}


.lb-image{
    max-width: inherit;
}