/**
 * WP jQuery Lightbox
 * Version 1.4 - 2013-02-02
 * http://wordpress.org/extend/plugins/wp-jquery-lightbox/ 
 */
#lightbox {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10100;
/*twentyeleven keeps the header at 999...*/
    text-align: center;
    line-height: 0;
}

#jqlb_spinner {
    height: 32px;
    background-image: url(./images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#jqlb_closelabel {
    height: 22px;
    background-image: url(./images/closelabel.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#lightbox a img {
    border: none;
    max-width: 100%;
    height: auto;
    padding: 10px;
}

#controls {
    white-space: nowrap;
}

#playpause {
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

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

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer>#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevDiv, #nextDiv {
    width: 10%;
    float: left;
}

#imageData {
    width: 80%;
    float: left;
}

#prevLinkPer i,#nextLinkPer i {
    font-size: 2.5em;
    color: #333;
    padding: 5px 15px;
}

/*** START : next / previous text links ***/
#nextLinkText,#prevLinkText {
    color: #FF9834;
    font-weight: 700;
    text-decoration: none;
}

#nextLinkText {
    padding-left: 20px;
}

#prevLinkText {
    padding-right: 20px;
}

#downloadLink {
/*a span, containing the anchor tag*/
    display: none;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/
#imageDataContainer {
    font: 10px Verdana,Helvetica,sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#bottomNav {
    clear: both;
}

#bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: .7em;
    margin-right: 10px;
}

#imageData #imageDetails {
    width: 100%;
    float: left;
    text-align: center;
}

#imageData #caption {
    font-weight: 700;
}

#imageData #numberDisplay {
    padding-bottom: 1em;
}

#imageData #helpDisplay {
    clear: left;
    float: left;
    display: block;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10090;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
    height: 1%;
/* End hide from IE-mac */
}

#lightboxIframe {
    display: none;
}

#bannerBinContainer {
    font: 10px Verdana,Helvetica,sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    padding-top: 5px;
    text-align: center;
}

/* WD-547 to make dfp in center */
.adv-banner-center {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.adv-banner-center > div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.adv-banner-center > div > div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}