﻿
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#colorbox {
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    overflow: visible;
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #333;
}
#colorbox {
}
#cboxContent {
    background: none repeat scroll 0 0 #00647F;
}
#cboxLoadedContent {
    margin: 35px 0 0 25px;
}
#cboxLoadingOverlay {
    background: url(cf9a1fea351cca96efa1318ef569fd7f14cf9f28.png)  no-repeat scroll center center transparent;
}
#cboxLoadingGraphic {
    background: url(a46d8a77c9f95fa3356ce9ecdd234ca80e9d692a.gif)  no-repeat scroll center center transparent;
}
#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, #cboxSlideshow {
    background: url(78ce1ea9a0c7afc2581f5633c8de911b1ef8dc7d.png)  no-repeat scroll 0 0 transparent;
    height: 23px;
    position: absolute;
    text-indent: -9999px;
    top: 5px;
    width: 23px;
}
#cboxClose {
    height: 23px;
    position: absolute;
    top: 5px;
    width: 100px;
    color: White;
}
#cboxPrevious {
    background-position: -51px -25px;
    left: 0;
}
#cboxPrevious.hover {
    background-position: -51px 0;
}
#cboxNext {
    background-position: -75px -25px;
    left: 27px;
}
#cboxNext.hover {
    background-position: -75px 0;
}
#cboxClose {
    background-position: -100px -25px;
    right: 5px;
}
#cboxClose.hover {
    background-position: -100px 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;
}
