.nextgen_pro_lightbox_open {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

#npl_overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background: #000000;
}
#npl_overlay2 {
    display: none;
    position: fixed;
    top: -800px;
    left: -800px;
    right: -800px;
    bottom: -800px;
    z-index: 100000;
    background: #000000;
}

#npl_wrapper {
    display: none;
    position: absolute;
    z-index: 100001;
    border: 0 none transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#npl_button_close {
    position: absolute;
    top: 15px;
    right: 17px;
    color: #d3d3d3;
    width: 30px;
    height: 15px;
    text-align: center;
    z-index: 1;
}

#npl_button_close.hidden {
    display: none;
}

#npl_button_close:hover {
    cursor: pointer;
}

#npl_spinner_container {
    color: white;
    font-size: 86px;
    position: absolute;
    top: 44%;
    left: 50%;
}

#npl_spinner {
    position: relative;
    width: auto;
    height: auto;
    top: -37px;
    left: -43px;
}

#npl_spinner.hidden {
    display: none;
}

#npl_message_container {
    position: absolute;
    top: 50%;
    left: 50%;
}

#npl_message_container.hidden {
    display: none;
}

#npl_message_container p {
    margin-left: -50%;
    display: inline-block;
    background: #fff;
    padding: 1em;
    font-size: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#npl_content {
    z-index: 100002;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transform:translate3d(0,0,0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
