/*
    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;}

/*
    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.
*/
#cboxOverlay{background:#000;}

#colorBox{}
    #cboxTopLeft{width:6px; height:6px; background:#ffffff;}
    #cboxTopCenter{height:6px; background:#ffffff;}
    #cboxTopRight{width:6px; height:6px; background:#ffffff;}
    #cboxBottomLeft{width:6px; height:6px; background:#ffffff;}
    #cboxBottomCenter{height:6px; background:#ffffff;}
    #cboxBottomRight{width:6px; height:6px; background:#ffffff;}
    #cboxMiddleLeft{width:6px; background:#ffffff;}
    #cboxMiddleRight{width:6px; background:#ffffff;}
    #cboxContent{background:#ffffff;}
        #cboxLoadedContent{margin-bottom:24px;}
        #cboxPrevious{background:url(../img/prev.gif) no-repeat left; padding: 0px 12px; position:absolute; bottom:0px; left:10px; color:#000000; border-right: 1px solid #dedede;}
		#cboxCurrent{position:absolute; bottom:0px; left:110px; color:#000000;}
        #cboxNext{background:url(../img/next.gif) no-repeat right; padding: 0px 12px; position:absolute; bottom:0px; left:155px; color:#000000; border-left: 1px solid #dedede;}
        #cboxLoadingOverlay{background:url(../img/loading.gif) 5px 5px no-repeat #ffffff;}
        #cboxClose{background:url(../img/logout.gif) no-repeat; width: 19px; height: 19px; position:absolute; bottom:0px; right:0px; display:block; color:#000000;}
