#colorbox, #cboxOverlay, #cboxWrapper
{
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxWrapper {
    background-color: white;
}
#cboxOverlay
{
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft
{
    clear: left;
}
#cboxContent
{
    position: relative;
}
#cboxLoadedContent
{
    overflow: auto;
    padding: 10px;
}
#cboxTitle
{
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
    cursor: pointer;
}
.cboxPhoto
{
    border: 0;
    display: block;
    float: left;
    margin: auto;
}
.cboxIframe
{
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}
#cboxOverlay
{
    background: #000;
}
#colorbox
{
}
#cboxTopLeft
{
    /*background: url(images/controls.png) no-repeat 0 0;*/
    height: 14px;
    width: 14px;
}
#cboxTopCenter
{
    height: 14px;
}
#cboxTopRight
{
    height: 14px;
    width: 14px;
}
#cboxBottomLeft
{
    /*background: url(images/controls.png) no-repeat 0 -32px;*/
    height: 43px;
    width: 14px;
}
#cboxBottomCenter
{
    /*background: url(images/border.png) repeat-x bottom left;*/
    height: 43px;
}
#cboxBottomRight
{
    /*background: url(images/controls.png) no-repeat -36px -32px;*/
    height: 43px;
    width: 14px;
}
#cboxMiddleLeft
{
    /*background: url(images/controls.png) repeat-y -175px 0;*/
    width: 14px;
}
#cboxMiddleRight
{
    /*background: url(images/controls.png) repeat-y -211px 0;*/
    width: 14px;
}
#cboxContent
{
    background: #fff;
    overflow: visible;
}
.cboxIframe
{
    background: #fff;
}
#cboxError
{
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent
{
    margin-bottom: 5px;
}
#cboxLoadingOverlay
{
    background: url(images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic
{
    background: url(images/loading.gif) no-repeat center center;
}
#cboxTitle
{
    bottom: -25px;
    color: #7C7C7C;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent
{
    bottom: -25px;
    color: #7C7C7C;
    font-weight: bold;
    left: 58px;
    position: absolute;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
    background: url(images/controls.png) no-repeat 0px 0px;
    bottom: -29px;
    height: 23px;
    position: absolute;
    text-indent: -9999px;
    width: 23px;
}
#cboxPrevious
{
    background-position: -51px -25px;
    left: 0px;
}
#cboxPrevious:hover
{
    background-position: -51px 0px;
}
#cboxNext
{
    background-position: -75px -25px;
    left: 27px;
}
#cboxNext:hover
{
    background-position: -75px 0px;
}
#cboxClose
{
    background-position: -100px -25px;
    right: 0;
}
#cboxClose:hover
{
    background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow
{
    background-position: -125px 0px;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover
{
    background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow
{
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover
{
    background-position: -125px 0px;
}