/*
    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; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; outline:none; }
#cboxLoadedContent{overflow:auto; }
#cboxTitle{margin:0; font-weight:normal; font-size:10px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer; outline:none; border:none;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; }
.cboxIframe{width:100%; height:100%; display:block; border:0; overflow:hidden; outline:none; border:none;}

/* 
    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{line-height:normal;}
    #cboxContent{background:#none; overflow:visible; }
        #cboxLoadedContent{ padding:65px 68px 0 0; background:url("../../img/bg_blue.jpg") no-repeat top right; }
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url("images/bx_loader.gif") no-repeat center center;}
        #cboxTitle{display:none; text-indent:-9999px;}
        #cboxCurrent{display:none; visibility:hidden;}
        
        #cboxPrevious, #cboxNext, #cboxSlideshow{text-indent:-9999px;}
        #cboxClose{ position:absolute; top:13px; right:81px; width:40px; height:40px; background: url("../../img/close.png") no-repeat center; text-indent:-9999px; }
		#cboxClose:hover { background-color:#000; }
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}



		