#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.75) !important; background-image: none !important; }
#colorbox { position: fixed; }
#cboxWrapper { background: #fff; border-radius: 3px; overflow: visible !important; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }
#cboxLoadedContent img { display: block; max-width: 100%; height: auto; }
#cboxTitle {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    color: #444;
    background: rgba(255,255,255,0.88);
    padding: 5px 8px;
    z-index: 10;
}
#cboxClose {
    display: block !important;
    visibility: visible !important;
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    width: 34px;
    height: 34px;
    background: rgba(0,0,0,0.6);
    background-image: none !important;
    color: #fff !important;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-family: sans-serif;
    text-indent: 0 !important;
    z-index: 10000;
}
#cboxClose:hover { background: rgba(0,0,0,0.9); }
#cboxPrevious, #cboxNext, #cboxLoadingOverlay, #cboxLoadingGraphic { display: none !important; }
#cboxTopLeft, #cboxTopRight, #cboxTopCenter,
#cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter,
#cboxMiddleLeft, #cboxMiddleRight { display: none !important; }
