#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #FFFFFF;
}
#colorbox {
    outline: 0 none;
}
#cboxTopLeft {
    background: url("../img/colorbox/border1.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 25px;
}
#cboxTopCenter {
    background: url("../img/colorbox/border1.png") repeat-x scroll 0 -50px transparent;
    height: 25px;
}
#cboxTopRight {
    background: url("../img/colorbox/border1.png") no-repeat scroll -25px 0 transparent;
    height: 25px;
    width: 25px;
}
#cboxBottomLeft {
    background: url("../img/colorbox/border1.png") no-repeat scroll 0 -25px transparent;
    height: 25px;
    width: 25px;
}
#cboxBottomCenter {
    background: url("../img/colorbox/border1.png") repeat-x scroll 0 -75px transparent;
    height: 25px;
}
#cboxBottomRight {
    background: url("../img/colorbox/border1.png") no-repeat scroll -25px -25px transparent;
    height: 25px;
    width: 25px;
}
#cboxMiddleLeft {
    background: url("../img/colorbox/border2.png") repeat-y scroll 0 0 transparent;
    width: 25px;
}
#cboxMiddleRight {
    background: url("../img/colorbox/border2.png") repeat-y scroll -25px 0 transparent;
    width: 25px;
}
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
}
.cboxIframe {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxError {
    border: 1px solid #CCCCCC;
    padding: 50px;
}
#cboxLoadedContent {
    margin-bottom: 20px;
}
#cboxTitle {
    bottom: 0;
    color: #999999;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: 0;
    color: #999999;
    left: 100px;
    position: absolute;
}
#cboxLoadingOverlay {
    background: url("../img/colorbox/loading.gif") no-repeat scroll 5px 5px #FFFFFF;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    bottom: 0;
    color: #444444;
    position: absolute;
    right: 42px;
}
#cboxPrevious {
    bottom: 0;
    color: #444444;
    left: 0;
    position: absolute;
}
#cboxNext {
    bottom: 0;
    color: #444444;
    left: 63px;
    position: absolute;
}
#cboxClose {
    bottom: 0;
    color: #444444;
    display: block;
    position: absolute;
    right: 0;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}