/*
    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:#000;}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:9px 9px 50px 9px; background:#fff; margin-top:20px;}
        #cboxTitle{height:21px; position:absolute; top:-14px; left:0; font-weight:bold; padding: 5px 0px; color:#fff; width:100%; background-color: #003399; padding-left:17px;text-transform: uppercase;}
        html>body #cboxTitle{top:-12px;}
        #cboxDescription{position:absolute; bottom: 14px; height: 28px; left:0px; color:#000000; padding-left:17px;font-size: 11px;}
        #cboxReference{position:absolute; bottom: 10px; right:10px; color:#999; padding-left:17px;font-size: 11px;}
        #cboxCurrent{font-weight:normal; position:absolute; bottom:28px; right:10px; color:#333;font-size: 11px;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious, #cboxNext {position:absolute; top:50%; margin-top:-32px; background:url(../img/nav/icons.png) no-repeat; width:28px; height:45px; text-indent:-9999px;}
        #cboxPrevious{left:5px; background-position: 0 -4249px; }
        #cboxPrevious.hover{background-position: 0 -4140px; }
        #cboxNext{right:5px; background-position: 0 -4467px; }
        #cboxNext.hover{background-position: 0 -4385px;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/nav/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-12px; right:0px; display:block; background:url(../img/nav/icons.png) 0 -8881px no-repeat; cursor: pointer; width:24px; height:24px; text-indent:-9999px;}



