/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; background: #fff; border: 1px solid #bfbfbf; padding: 6px 6px 20px; border-radius: 5px;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    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: #fff;}
#colorbox{ padding: 10px !important; overflow: visible !important;}
    #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;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxTitle{display: none !important;}
        #cboxCurrent{display: none !important;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious,
        #cboxNext{width: 34px; height: 34px; position: absolute; top: 50%; margin-bottom: -17px; font-size: 0; line-height: 0; text-indent: -4000px; }
        #cboxPrevious {left: -17px; background: url(images/icon-prev.png) no-repeat 0 0;}
        #cboxNext {right: -17px; background: url(images/icon-next.png) no-repeat 0 0;}
        #cboxPrevious:hover,
        #cboxNext:hover {background-position: 0 bottom;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; background: url(images/colorbox-close.png); width: 34px; height: 34px; position: absolute; top: -11px; right: -11px; cursor: pointer; font-size: 0; line-height: 0; text-indent: -9999px; }
        #cboxClose:hover{background-position:0 -34px;}

.cboxPhoto { display: block; margin: 0 0 14px; }

#colorbox h2 { font-size: 16px; line-height: 24px; font-weight: normal; text-align: center; color: #3b1d12; }
#colorbox p { font-size: 12px; line-height: 18px; padding: 0 14px 6px; color: #424242; text-align: center; }
#colorbox p.close { font-size: 10px; padding: 0; }