/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; line-height: 1}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxTooltip {
    position: absolute;
    display: none;
}
#cboxTooltip:hover, #cboxTooltip.active {
    z-index: 10000;
    display: block;
}

/*
    User Style: Theme 3
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

.theme_3 #cboxTooltip {
    left: 0;
    top: 0;
    padding: 1em;
    margin-top: 20px;
    background: rgba(0,0,0,0.5);
    color: white;
}
.theme_3-overlay{background:#000;}
.theme_3 {outline:0;}
.theme_3 #cboxContent{margin-top:20px; margin-bottom: 20px;background:#000;}
.theme_3 .cboxIframe{background:#fff;}
.theme_3 #cboxError{padding:50px; border:1px solid #ccc;}
.theme_3 #cboxLoadedContent{border:5px solid #000; background:#fff;}
.theme_3 #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 100px;
    font-size: 14px;}
.theme_3 #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;font-size: 14px;}
.theme_3 #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
.theme_3 #cboxPrevious, .theme_3 #cboxNext, .theme_3 #cboxSlideshow, .theme_3 #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; text-align: left;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
.theme_3 #cboxPrevious:active, .theme_3 #cboxNext:active, .theme_3 #cboxSlideshow:active, .theme_3 #cboxClose:active {outline:0;}

.theme_3 #cboxSlideshow{position:absolute; bottom:-20px; right:0px!important; color:#fff;font-size: 12px;}
.theme_3 #cboxPrevious{outline: 0;position:absolute; top:50%; left:4px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
.theme_3 #cboxPrevious:hover{background-position:bottom left;}
.theme_3 #cboxNext{outline: 0;position:absolute; top:50%; right:4px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
.theme_3 #cboxNext:hover{background-position:bottom right;}
.theme_3 #cboxClose{outline: 0;position:absolute; top:4px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
.theme_3 #cboxClose:hover{background-position:bottom center;}