﻿#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7 !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: visible;
}

#cboxLoadedContent {
    overflow: auto;
    margin-bottom: 5px;
}

#cboxTitle {
    margin: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
    position: absolute;
    bottom: -29px;
    text-indent: -9999px;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox {
    outline: 0;
    background-color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3em;
    background-color: transparent !important;
}

#cboxTopLeft {
    width: 1em;
    height: 1em;
}

#cboxTopCenter {
    height: 1em;
}

#cboxTopRight {
    width: 1em;
    height: 1em;
}

#cboxBottomLeft {
    width: 1em;
    height: 1em;
}

#cboxBottomCenter {
    height: 1em;
}

#cboxBottomRight {
    width: 1em;
    height: 1em;
}

#cboxMiddleLeft {
    width: 1em;
}

#cboxMiddleRight {
    width: 1em;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px;
}

#cboxPrevious.hover {
    background-position: -51px 0;
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

#cboxNext.hover {
    background-position: -75px 0;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -150px 0;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -125px 0;
}

#colorbox #cboxClose {
    top: 15px;
    right: -15px;
    border: none;
    outline: 0;
}

#cboxLoadedContent {
    margin-top: 0;
    margin-bottom: 0;
}

#cboxOverlay {
    background: #fff;
    opacity: 0.65 !important;
}

#popup_message {
    border: 0 !important;
}

#cboxWrapper {
    outline: 0;
    background: #fff;
    border: 1px solid #dadada;
    color: #4D4D4D;
}
