/*
    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:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;margin-bottom:none;}
#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 undemrstand.
*/
#cboxOverlay{background:url(overlay.png) 0 0 repeat;}

    #cboxTopLeft{width:21px; height:21px; }
    #cboxTopRight{width:21px; height:21px; }
    #cboxBottomLeft{width:21px; height:21px; }
    #cboxBottomRight{width:21px; height:21px; }
    #cboxMiddleLeft{width:21px; }
    #cboxMiddleRight{width:21px; }
    #cboxTopCenter{height:27px; border:4px solid #000;border-bottom:none;background:#efefef;}
    #cboxBottomCenter{height:21px;}
    #cboxContent{background:#fff;border:4px solid #000;border-top: none;}
		#cboxLoadedContent{margin-bottom:none;padding:15px;padding-bottom:35px;position:relative}
        #cboxLoadedContent.fullFrame{background: #f3f3f3;}
        #cboxTitle{position:absolute; top:-20px; text-align:left; width:100%; color:#685664;left:14px}
        #cboxCurrent{position:absolute; bottom:5px; left:14px; color:#949494;display:none;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:5px; right:36px; width:18px; height:20px;text-indent:-9999px;background:url(prev_next.png) left top no-repeat;}
        #cboxPrevious.hover{background-position:left bottom;}
        #cboxNext{position:absolute; bottom:5px; right:14px;width:18px; height:20px;text-indent:-9999px;background:url(prev_next.png) right top no-repeat;}
        #cboxNext.hover{background-position:right bottom;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{}
        #cboxClose{position:absolute; top:-21px; right:10px; width:auto; height:25px;}

