#jquery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
}
#jquery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 99%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: 1px; }
#lightbox-container-image-box {
    position: relative;
    background-color: #000;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #9c4600;
    padding: 20px 65px;
}
#lightbox-container-image { padding: 0 }
#lightbox-loading {
    position: absolute;
    top: 45%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 50%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0;
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #000;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
    border: 1px solid #9c4600;
    border-top: 0px;
    overflow:visible;
}
#lightbox-container-image-data {
    padding: 0;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 100%;
    text-align: center;
}
#lightbox-image-details { padding: 10px 0 }
#lightbox-image-details-caption { 
    font-weight: bold; 
    font-size: 20px; 
    color: white 
}
#lightbox-image-details-currentNumber {
    clear: left;
    color: white;
    margin-top: 5px;
}			
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#lightbox-close-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#lightbox-dimensions {
    font-size: 1.6em;
}

#drawingLink {
    font-size: 1.6em;
}