/*
    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:9999; 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:#000;}
#colorbox{}
    #cboxTopLeft{width:16px; height:16px; background:url(images/borderTopLeft.gif) 0 0 no-repeat;}
    #cboxTopRight{width:16px; height:16px; background:url(images/borderTopRight.gif) 0 0 no-repeat;}
    #cboxBottomLeft{width:16px; height:16px; background:url(images/borderBottomLeft.gif) 0 0 no-repeat;}
    #cboxBottomRight{width:16px; height:16px; background:url(images/borderBottomRight.gif) 0 0 no-repeat;}
    #cboxMiddleLeft{width:16px; background:url(images/borderMiddleLeft.gif) 0 0 repeat-y;}
    #cboxMiddleRight{width:16px; background:url(images/borderMiddleRight.gif) right top repeat-y;}
    #cboxTopCenter{height:16px; background:url(images/borderTopCenter.gif) 0 0 repeat-x;}
    #cboxBottomCenter{height:16px; background:url(images/borderBottomCenter.gif) 0 0 repeat-x;}
    #cboxContent{background:#fff;  overflow:visible;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:2px; left:0px; margin:0px 0px 0px 66px; text-align:left; font-weight:bold; color:#949494; overflow:hidden; }
        #cboxCurrent{position:absolute; width:60px; height:20px; bottom:0px; left:0px; line-height:20px; text-align:center; font-weight:bold; color:#fff; background:url(images/bgCurrent.gif) 0 0 no-repeat;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; display:block; top:0; left:-10px; text-indent:-9999px; background:url(images/prevlabel.gif) -500px 50% no-repeat;}
        #cboxPrevious.hover{background:url(images/prevlabel.gif) left 50% no-repeat;}
        #cboxNext{position:absolute; display:block; top:0; right:-10px; text-indent:-9999px; background:url(images/nextlabel.gif) -500px 50% no-repeat;}
        #cboxNext.hover{background:url(images/nextlabel.gif) right 50% no-repeat;}
        #cboxLoadingOverlay{background:url(images/loading.gif) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; border-left:10px solid #fff; background:url(images/close.gif) 0px 0px no-repeat; width:67px; height:20px; text-indent:-9999px;}
        #cboxClose.hover{background-position:0px -25px;}
