@charset "UTF-8";
/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;float:left;}
#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:#E9C56C url(/images/overlay-pattern.png) repeat 50% 50%;}
#colorbox{}
    #cboxContent{}
        #cboxLoadedContent{background:#FFF3E0; border: 6px solid #CB9832;}
        #cboxTitle{position:absolute; top:-29999px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-29999px; right:0; color:#fff;}
        #cboxSlideshow{position:absolute; top:-29999px; right:0; color:#fff;}
        #cboxPrevious{position:absolute; bottom:100px; left:-39px; display:block; background:url(/images/colorbox-controls.png) 0 0 no-repeat; width:65px; height:35px; text-indent:-29999px;}
        #cboxPrevious.hover{background-position:0 -75px;}
        #cboxNext{position:absolute; bottom:100px; right:-39px; display:block; background:url(/images/colorbox-controls.png) -75px 0 no-repeat; width:65px; height:35px; text-indent:-29999px; overflow:hidden;z-index:10000;}
        #cboxNext.hover{background-position:-75px -75px;}
        #cboxLoadingOverlay{background:#CB9832;}
        #cboxLoadingGraphic{}
        #cboxClose{position:absolute; top:-11px; right:-11px; display:block; background:url(/images/colorbox-controls.png) -150px 0 no-repeat; width:28px; height:28px; text-indent:-29999px; overflow:hidden;}
        #cboxClose.hover{background-position:-150px -75px;}