body:after {
    content: url(../img/btn/lb-button.jpg);
    display: none;
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #d70308;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: fixed;
    top: 20px !important;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
}

.lightbox a img {border: none;}

.lb-outerContainer {
    position: relative;
    background-color: #ffffff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    /* padding: 6px; */
}

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

.lb-container {/* padding: 4px; */ padding: 10px;}

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

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

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

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

.lb-nav a {outline: none;}

.lb-prev, .lb-next {
    width: 61px;
    height: 59px;
    padding-right: 1px;
    cursor: pointer;

    display: block;
    float: right;
}

.lb-prev {right: 123px;}

.lb-prev {background: url(../img/btn/lb-button.jpg) left top no-repeat;}

.lb-next {right: 61px;}

.lb-next {background: url(../img/btn/lb-button.jpg) -62px top no-repeat;}

.lb-prev:hover {background-position: left bottom;}
.lb-next:hover {background-position: -62px bottom;}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 250px;
    background: #ffffff;
    /* padding: 0 6px; */
    display: block !important;
    position: relative;
}

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

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

.lb-data .lb-details {
    height: 59px;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    margin-right: 185px;
}

.lb-data .lb-caption {
    font-size: 14px;
    display: block !important;
    color: #d70308;
    font-family: Arial;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    bottom: 25px;
    left: 7px;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 12px;
    padding-left: 7px;
    font-size: 12px;
    color: #a3a3a3;
    font-family: Arial;
    position: absolute;
    bottom: 0;
}

.lb-data .lb-close {
    display: block;
    width: 61px;
    height: 59px;
    background: url(../img/btn/lb-button.jpg) right top no-repeat;
    text-align: right;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    background-position: right bottom;
}
