/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#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;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    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.
*/
#cboxOverlay{background:url(../images/bd_bg.png) repeat fixed 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{ display:none;}
#cboxTopCenter{ display:none;}
#cboxTopRight{ display:none;}
#cboxBottomLeft{ display:none;}
#cboxBottomCenter{ height:71px; width:10px; background-color:#fff;}
#cboxBottomRight{ display:none;}




#cboxMiddleLeft{ display:none;}
#cboxMiddleRight{ display:none;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent img{ }
#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:20px; left:2%; text-align:center; width:96%; font-size:20px; text-transform:uppercase; color:#000;}
#cboxCurrent{display:none !important;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxSlideshow{border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}


/*#cboxPrevious, #cboxNext{border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-91px; width:95px; height:95px; text-indent:-9999px; background-color:#646464; background-position:center center; background-repeat:no-repeat;}
#cboxPrevious{ background-image:url(../images/jt1.png);}
#cboxNext{ background-image:url(../images/jt2.png);}*/


#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: -46px;
    height: 25px;
    left: 15px;
    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: -46px;
    height: 25px;
    left: 42px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxClose {
    background: rgba(0, 0, 0, 0) url(../images/close.jpg) no-repeat scroll 0 0;
    bottom: -40px;
    height: 17px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    width: 82px;
}





/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/*#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{right:50%; background-color:#424242;}
#cboxNext{ left:50%;}
#cboxPrevious:hover,#cboxNext:hover{ filter:alpha(opacity=70); opacity:0.7;}


#cboxClose{right:0; background:url(../images/close.jpg) no-repeat 0 0; top:0; overflow:visible; position:absolute; width:70px; height:70px; text-indent:-9999px; border:0;}*/


.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}