/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxFrontOverlay, #cboxFrontWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxFrontOverlay{position:fixed; width:100%; height:100%;}
#cboxFrontMiddleLeft, #cboxFrontBottomLeft{clear:left;}
#cboxFrontContent{position:relative;}
#cboxFrontLoadedContent{overflow:auto;}
#cboxFrontTitle{margin:0;}
#cboxFrontLoadingOverlay, #cboxFrontLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxFrontPrevious, #cboxFrontNext, #cboxFrontClose, #cboxFrontSlideshow{cursor:pointer;}
.cboxFrontPhoto{float:left; margin:auto; border:0; display:block; max-width: none;}
.cboxFrontIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxFrontContent, #cboxFrontLoadedContent{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.
*/
#cboxFrontOverlay{background:#000;}
#colorbox{}
    #cboxFrontContent{margin-top:20px;}
        .cboxFrontIframe{background:#fff;}
        #cboxFrontError{padding:50px; border:1px solid #ccc;}
        #cboxFrontLoadedContentxxx{border:5px solid #000; background:#fff;}
        #cboxFrontTitlexxx{position:absolute; bottom:0px; left:0; color:#ccc;}
        #cboxFrontCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxFrontSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxFrontPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxFrontPrevious:hover{background-position:bottom left;}
        #cboxFrontNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxFrontNext:hover{background-position:bottom right;}
        #cboxFrontLoadingOverlay{background:#000;}
        #cboxFrontLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxFrontClosexxx{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxFrontClosexxx:hover{background-position:bottom center;}