.lb-loader,
.lightbox
{
    line-height: 0;;

    text-align: center;
}.lb-dataContainer:after,
.lb-outerContainer:after
{
    clear: both;;

    content: '';
}html.lb-disable-scrolling
{
    position: fixed;

    overflow: hidden;

    width: 100vw;;
    height: 100vh;
}.lightboxOverlay
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none;;

    opacity: .8;
    background-color: #000;

    filter: alpha(Opacity=80);
}.lightbox
{
    font-weight: 400;;

    position: absolute;
    z-index: 10000;
    left: 0;

    width: 100%;
}.lightbox .lb-image
{
    display: block;

    max-width: inherit;
    height: auto;
    max-height: none;

    border: 4px solid #fff;;
    border-radius: 3px;
}.lightbox a img
{
    border: none;
}.lb-outerContainer
{
    position: relative;

    width: 250px;
    height: 250px;
    margin: 0 auto;

    border-radius: 4px;
    background-color: #fff;
}.lb-loader,
.lb-nav
{
    position: absolute;
    left: 0;
}.lb-outerContainer:after
{
    display: table;
}.lb-loader
{
    top: 43%;

    width: 100%;;
    height: 25%;
}.lb-cancel
{
    display: block;

    width: 32px;
    height: 32px;
    margin: 0 auto;

    background: url(../images/loading.gif) no-repeat;
}.lb-nav
{
    z-index: 10;;
    top: 0;

    width: 100%;
    height: 100%;
}.lb-container > .nav
{
    left: 0;
}.lb-nav a
{
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}.lb-next,
.lb-prev
{
    display: block;;

    height: 100%;

    cursor: pointer;
}.lb-nav a.lb-prev
{
    left: 0;

    float: left;

    width: 34%;

    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;;

    opacity: 0;
    background: url(../images/prev.png) left 48% no-repeat;

    filter: alpha(Opacity=0);
}.lb-nav a.lb-prev:hover
{
    opacity: 1;;

    filter: alpha(Opacity=100);
}.lb-nav a.lb-next
{
    right: 0;

    float: right;

    width: 64%;

    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
         -o-transition: opacity .6s;
            transition: opacity .6s;;

    opacity: 0;
    background: url(../images/next.png) right 48% no-repeat;

    filter: alpha(Opacity=0);
}.lb-nav a.lb-next:hover
{
    opacity: 1;;

    filter: alpha(Opacity=100);
}.lb-dataContainer
{
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;

    border-bottom-right-radius: 4px;;
    border-bottom-left-radius: 4px;
}.lb-dataContainer:after
{
    display: table;
}.lb-data
{
    padding: 0 4px;

    color: #ccc;
}.lb-data .lb-details
{
    line-height: 1.1em;;

    float: left;

    width: 85%;

    text-align: left;
}.lb-data .lb-caption
{
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}.lb-data .lb-caption a
{
    color: #4ae;
}.lb-data .lb-number
{
    font-size: 12px;

    display: block;
    clear: left;

    padding-bottom: 1em;

    color: #999;
}.lb-data .lb-close
{
    display: block;
    float: right;

    width: 30px;
    height: 30px;

    -webkit-transition: opacity .2s;
       -moz-transition: opacity .2s;
         -o-transition: opacity .2s;
            transition: opacity .2s;;
    text-align: right;

    opacity: .7;
    outline: 0;
    background: url(../images/closes.jpg)  right no-repeat;

    filter: alpha(Opacity=70);
}.lb-data .lb-close:hover
{
    cursor: pointer;

    opacity: 1;;

    filter: alpha(Opacity=100);
}
