/*
    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;}
#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:url(../../graphics/cb_overlay.png);}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#fff; padding: 130px 75px 35px 75px;}
        #cboxTitle{position:absolute; top:80px; left:75px; font-weight: 500; font-family: "museo-slab-1","museo-slab-2"; font-size: 22px; }
        #cboxCurrent{position:absolute; top:35px; right:110px; color:#666;}
        #cboxSlideshow{position:absolute; top:0; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top: 65px; right: 170px; margin-top:-32px; background:url(../../graphics/cb_previous.gif) no-repeat top left; width:16px; height:17px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:top right;}
        #cboxNext{position:absolute; top: 65px; right:75px; margin-top:-32px; background:url(../../graphics/cb_next.gif) no-repeat top right; width:16px; height:17px; text-indent:-9999px;}
        #cboxNext.hover{background-position:top left;}
        #cboxLoadingOverlay{background:url(../../graphics/cb_overlay.png);}
        #cboxLoadingGraphic{background:url(../../graphics/cb_loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:35px; left: 75px; display:block; background:url(../../graphics/cb_close.gif) no-repeat top center; width:13px; height:13px;text-indent: 20px; font-size: 10px; }
        #cboxClose.hover{background-position:bottom center;}