/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}
#cboxTitle{margin:0;text-indent:-2000px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:30px; overflow:visible;v}
        * html #cboxContent {
	     zoom: 100%;
        overflow: visible;
        height:1px;
        }
        /**/
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:0px;}
        * html #cboxLoadedContent{margin-bottom:30px;margin-right:-12px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        * html #cboxLoadingGraphic{margin-right:-12px;}
        #cboxLoadingOverlay{background:#000;}
        * html #cboxLoadingOverlay{margin-right:-12px;}
        #cboxTitle{position:absolute; top:-30px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-30px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:30px; height:30px; position:absolute; top:-30px; background:url(images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:60px;}
        #cboxPrevious:hover{background-position:0px -30px;}
        #cboxNext{background-position:-30px 0px; right:30px;}
        #cboxNext:hover{background-position:-30px -30px;}
        #cboxClose{background-position:-60px 0px; right:0;}
        #cboxClose:hover{background-position:-60px -30px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:90px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-90px -30px; right:50px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-120px -30px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-120px 0px; right:50px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-90px -30px;}
        #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {width:0px; height:0px;font-size: 0px;}
