/*
    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.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:1000000; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    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.
*/
#cboxOverlay{background:#FFFFFF;}
#colorbox{}
    #cboxTopLeft{width:0px; height:0px;}
    #cboxTopRight{width:0px; height:0px;}
    #cboxBottomLeft{width:0px; height:12px; }
    #cboxBottomRight{width:0px; height:12px; }
    #cboxMiddleLeft{width:0px;}
    #cboxMiddleRight{width:0px; }
    #cboxTopCenter{height:0px; }
    #cboxBottomCenter{height:12px;background:url(images/bg_popup_bottom.png) bottom left repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-top:0px;}
        #cboxTitle{display:none;}
        #cboxCurrent{display:none;}
        #cboxSlideshow{display:none;}
        #cboxPrevious{display:none;}
        #cboxPrevious.hover{display:none;}
        #cboxNext{display:none;}
        #cboxNext.hover{display:none;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{display:none;}
        #cboxClose{position:absolute; top:11px; right:17px; background:url(images/icn_close.gif) no-repeat; width:16px; height:16px; text-indent:-9999px;}
        #cboxClose.hover{}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{}
.cboxIE #cboxTopCenter{}
.cboxIE #cboxTopRight{}
.cboxIE #cboxBottomLeft{}
.cboxIE #cboxBottomCenter{background:none;}
.cboxIE #cboxBottomRight{}
.cboxIE #cboxMiddleLeft{}
.cboxIE #cboxMiddleRight{}
