/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#dw_colorbox, #dw_cboxOverlay, #dw_cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#dw_cboxOverlay{position:fixed; width:100%; height:100%;}
#dw_cboxMiddleLeft, #dw_cboxBottomLeft{clear:left;}
#dw_cboxContent{position:relative; overflow:visible;}
#dw_cboxLoadedContent{overflow:auto;}
#dw_cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#dw_cboxTitle{margin:0;}
#dw_cboxLoadingOverlay, #dw_cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#dw_cboxPrevious, #dw_cboxNext, #dw_cboxClose, #dw_cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#dw_cboxOverlay{background:#000;}

#dw_colorbox{}
    #dw_cboxTopLeft{width:14px; height:14px; background:url(../png/controls.png) 0 0 no-repeat;}
    #dw_cboxTopCenter{height:14px; background:url(../png/border.png) top left repeat-x;}
    #dw_cboxTopRight{width:14px; height:14px; background:url(../png/controls.png) -36px 0 no-repeat;}
    #dw_cboxBottomLeft{width:14px; height:43px; background:url(../png/controls.png) 0 -32px no-repeat;}
    #dw_cboxBottomCenter{height:43px; background:url(../png/border.png) bottom left repeat-x;}
    #dw_cboxBottomRight{width:14px; height:43px; background:url(../png/controls.png) -36px -32px no-repeat;}
    #dw_cboxMiddleLeft{width:14px; background:url(../png/controls.png) -175px 0 repeat-y;}
    #dw_cboxMiddleRight{width:14px; background:url(../png/controls.png) -211px 0 repeat-y;}
    #dw_cboxContent{background:#fff;}
        #dw_cboxLoadedContent{margin-bottom:5px;}
        #dw_cboxLoadingOverlay{background:url(../png/loading_background.png) center center no-repeat;}
        #dw_cboxLoadingGraphic{background:url(../gif/loading-2.gif) center center no-repeat;}
        #dw_cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #dw_cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #dw_cboxPrevious, #dw_cboxNext, #dw_cboxClose, #dw_cboxSlideshow{position:absolute; bottom:-29px; background:url(../png/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #dw_cboxPrevious{left:0px; background-position: -51px -25px;}
        #dw_cboxPrevious.hover{background-position:-51px 0px;}
        #dw_cboxNext{left:27px; background-position:-75px -25px;}
        #dw_cboxNext.hover{background-position:-75px 0px;}
        #dw_cboxClose{right:0; background-position:-100px -25px;}
        #dw_cboxClose.hover{background-position:-100px 0px;}
        
        .dw_cboxSlideshow_on #dw_cboxSlideshow{background-position:-125px 0px; right:27px;}
        .dw_cboxSlideshow_on #dw_cboxSlideshow.hover{background-position:-150px 0px;}
        .dw_cboxSlideshow_off #dw_cboxSlideshow{background-position:-150px -25px; right:27px;}
        .dw_cboxSlideshow_off #dw_cboxSlideshow.hover{background-position:-125px 0px;}