/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #popupOverlay, #popupWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#popupOverlay{position:fixed; width:100%; height:100%;}
#popupMiddleLeft, #popupBottomLeft{ clear:left; }
#popupContent{ position:relative; }
#popupLoadedContent{ overflow:auto; }
#popupTitle{ margin:0;}
#popupLoadingOverlay, #popupLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#popupPrevious, #popupNext, #popupClose, #popupSlideshow{cursor:pointer;}



#popupOverlay{ background: url(../images/back.png) repeat; }
#popupWrapper { background: url(../images/popup_back.png) no-repeat center; }
#colorbox{}

    /*
    #popupTopLeft{ width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0; }
    #popupTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #popupTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #popupBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #popupBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #popupBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #popupMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #popupMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    */
    #popupContent{ overflow:visible; }
        .popupIframe{background:#fff;}
        #popupError{padding:50px; border:1px solid #ccc;}
        #popupLoadedContent{margin-bottom:5px;}
        #popupLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #popupLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #popupTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #popupCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #popupPrevious, #popupNext, #popupClose, #popupSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #popupPrevious{left:0px; background-position: -51px -25px;}
        #popupPrevious:hover{background-position:-51px 0px;}
        #popupNext{left:27px; background-position:-75px -25px;}
        #popupNext:hover{background-position:-75px 0px;}
        #popupClose{ position:absolute; width: 47px; height: 48px; top: -55px; right: -30px; background:url(../images/popup_close.png) 0 0px no-repeat; }

        .popupSlideshow_on #popupSlideshow{background-position:-125px 0px; right:27px;}
        .popupSlideshow_on #popupSlideshow:hover{background-position:-150px 0px;}
        .popupSlideshow_off #popupSlideshow{background-position:-150px -25px; right:27px;}
        .popupSlideshow_off #popupSlideshow:hover{background-position:-125px 0px;}
