/*
    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%;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; padding: 10px; }
.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: #4f4c39;}
#colorbox{}
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxTopCenter,
    #cboxBottomCenter { display: none; }
    #cboxContent{background:#fffbf1; overflow:hidden; padding: 20px; border-radius: 5px; }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent,
        #cboxSlideshow{display: none !important;}
        #cboxPrevious{ background: #fffbf1 url(images/arrow-popup-prev.png) 0 13px no-repeat; font-size: 12px; line-height: 34px; padding: 0 10px; position: absolute; height: 34px; top: 45%; left: 30px; text-transform: uppercase; border-radius: 0 3px 3px 0; color: #ad5124; }
        #cboxPrevious.hover{background-position:0 -10px; color: #843b18;}
        #cboxNext{ background: #fffbf1 url(images/arrow-popup-next.png) right 13px no-repeat; font-size: 12px; line-height: 34px; padding: 0 10px; position: absolute; height: 34px; top: 45%; right: 30px; text-transform: uppercase; border-radius: 3px 0 0 3px; color: #ad5124; }
        #cboxNext.hover{background-position:right -10px; color: #843b18; }
        /*#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}*/
        #cboxClose{position:absolute; top:9px; right:10px; background:url(images/popup-close.png) no-repeat right 2px; width:48px; height:10px; font-size: 10px; line-height: 10px; text-transform: uppercase; color: #ad5124; }
        #cboxClose.hover{background-position: right -22px; color: #843b18; border: none; }