#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    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 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
    border: none;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#cboxOverlay {
    background-color: rgba(162, 162, 162, 0.5);
}
#cboxWrapper {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
}
#colorbox {  }
#cboxTopLeft {  }
#cboxTopRight {  }
#cboxBottomLeft {  }
#cboxBottomRight {  }
#cboxMiddleLeft {  }
#cboxMiddleRight {  }
#cboxTopCenter {  }
#cboxBottomCenter {  }
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
    /* overflow: hidden; */
}
#cboxError {
    border: 1px solid #CCCCCC;
    padding: 50px;
}
#cboxLoadedContent {  }
#cboxTitle {
    background-color: #fff;
    padding: 15px 20px 0 20px;
    color: #000;
}
#cboxCurrent {
    bottom: 4px;
    color: #000;
    padding: 0 20px 15px 20px;
    background-color: #fff;
}
#cboxSlideshow {
    bottom: 4px;
    color: #0092EF;
    position: absolute;
    right: 30px;
}
#cboxPrevious {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    background: url("../img/slider_ar1.png") 0 0;
    height: 22px;
    width: 35px;
    text-indent: -9999px;
    overflow: hidden;
}
#cboxPrevious.hover {
    background-position: -75px -25px;
}
#cboxNext {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: url("../img/slider_ar1.png") -100% 0;
    height: 22px;
    width: 35px;
    margin-top: -11px;
    text-indent: -9999px;
    overflow: hidden;
}
#cboxNext.hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
    background: url("/media/mvd/css/images/loading_background.png") no-repeat scroll center center transparent;
}
#cboxLoadingGraphic {
    background: url("/media/mvd/css/images/loading.gif") no-repeat scroll center center transparent;
}
#cboxClose {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: url("../img/popup_close.png") 50% 50% no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 5;
}
#cboxClose.hover {
    background-position: -25px -25px;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}
.cboxIE6 #cboxTopLeft {  }
.cboxIE6 #cboxTopCenter {  }
.cboxIE6 #cboxTopRight {  }
.cboxIE6 #cboxBottomLeft {  }
.cboxIE6 #cboxBottomCenter {  }
.cboxIE6 #cboxBottomRight {  }
.cboxIE6 #cboxMiddleLeft {  }
.cboxIE6 #cboxMiddleRight {  }
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {  }