
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: 9999;
}
#cboxWrapper {
    max-width: none;
}
#colorbox {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#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%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: rgba(255, 255, 255, 0.85) ;
}
#colorbox {
    outline: 0 none;
}
#cboxTopLeft {display:none;
}
#cboxTopRight {display:none;
}
#cboxBottomLeft {display:none;
}
#cboxBottomRight {display:none;
}
#cboxMiddleLeft {display:none;
}
#cboxMiddleRight {display:none;
}
#cboxTopCenter {display:none;
}
#cboxBottomCenter {display:none;
}
#cboxContent {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}
.cboxIframe {
    background: #fff none repeat scroll 0 0;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
}
#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 58px;
    position: absolute;
}
#cboxLoadingOverlay {
    background: rgba(0, 0, 0, 0) url("images/loading_background.png") no-repeat scroll center center;
}
#cboxLoadingGraphic {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    bottom: 4px;
    color: #0092ef;
    position: absolute;
    right: 30px;
}
#cboxPrevious {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -75px 0;
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -50px 0;
    bottom: 0;
    height: 25px;
    left: 27px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxClose {
    background: url("../img/close.png");
    top: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    width: 15px;
}
#cboxClose:hover {
    opacity:0.5;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}
