/* Preload images */
body:after {
    /* content:url("img/loading.gif"); */
    display: none;
}

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

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

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

.lb-container {
    padding: 4px;
}

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

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    /*  background: url("img/loading.gif") no-repeat; */
}

.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;
    /*background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');*/
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    text-align: left;
    padding-left: 10px;
    direction: ltr;
}

.lb-nav a.lb-prev .fa-angle-left {
    color: #FDFDFD;
    font-size: 5em;
    display: block;
    width: 28px;
    height: 70px;
    text-shadow: 2px 2px #373838;
}

.parent_lb_prev {
    position: relative;
    top: 43%;
    display: none;
}

.lb-nav a.lb-prev:hover .parent_lb_prev {
    display: block;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.lb-nav a.lb-next .fa-angle-right {
    color: #FDFDFD;
    font-size: 5em;
    display: block;
    width: 28px;
    height: 70px;
    text-shadow: 2px 2px #373838;
}

.parent_lb_next {
    position: relative;
    top: 43%;
    display: none;
}

.lb-nav a.lb-next:hover .parent_lb_next {
    display: block;
}

.lb-dataContainer {
    margin: 0 auto;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #000000;
}

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

.lb-data
{
    color: #ccc;
    padding: 0 4px;
}
.lb-data .lb-details
{
    width: 100%;
    display: block;
    float: right;
    font: 15px/20px RTNassim-bold;
    text-align: right;
}
.lb-closeContainer
{
    width: 100%;
    float: right;
    display: block;
    margin-top: 3px;
}
.lb-data .lb-number
{
    display: block;
    float: right;
    font-size: 12px;
    line-height: 23px;
    color: #999999;
}
.lb-data a
{
    width: 25px;
    height: 20px;
    float: left;
    display: block;
    color: #FDFDFD;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
}
.lb-data .lb-close:hover
{
    color: #e12d30;
    cursor: pointer;
    opacity: 1;
}
.lb-full-screen {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 20px;
    height: 20px;
    background: url("img/ax_show_zoom.gif") no-repeat 0 top !important;
    z-index: 999;
}
.lb-download
{
    height: 28px;
    width: 26px;
    float: left;
    margin: 2px 0 0 0;
    z-index: 999;
    color: #FDFDFD;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}
.lb-download:hover,
.lb-download:visited
{
    color: #e12d30;
}