/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#dlg_colorbox, #dlg_cboxOverlay, #dlg_cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#dlg_cboxOverlay{position:fixed; width:100%; height:100%;}
#dlg_cboxMiddleLeft, #dlg_cboxBottomLeft{clear:left;}
#dlg_cboxContent{position:relative;}
#dlg_cboxLoadedContent{overflow:auto;}
#dlg_cboxTitle{margin:0;}
#dlg_cboxLoadingOverlay, #dlg_cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#dlg_cboxPrevious, #dlg_cboxNext, #dlg_cboxClose, #dlg_cboxSlideshow{cursor:pointer;}
.dlg_cboxPhoto{float:left; margin:auto; border:0; display:block;}
.dlg_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.
*/
#dlg_cboxOverlay{background:#000;}
#dlg_colorbox{}
    #dlg_cboxTopLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 0;}
    #dlg_cboxTopCenter{height:43px; background:url(images/border.png) repeat-x top left;}
    #dlg_cboxTopRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px 0;}
    #dlg_cboxBottomLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 -61px;}
    #dlg_cboxBottomCenter{height:14px; background:url(images/border.png) repeat-x bottom left;}
    #dlg_cboxBottomRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px -61px;}
    #dlg_cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #dlg_cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #dlg_cboxContent{background:#fff; overflow:visible}
        #dlg_cboxLoadedContent{margin-top:5px;}
		#dlg_cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #dlg_cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #dlg_cboxTitle{position:absolute; top:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #dlg_cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #dlg_cboxPrevious, #dlg_cboxNext, #dlg_cboxClose, #dlg_cboxSlideshow{position:absolute; bottom:0; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #dlg_cboxPrevious{left:0px; background-position: -51px -25px;}
        #dlg_cboxPrevious.hover{background-position:-51px 0px;}
        #dlg_cboxNext{left:27px; background-position:-75px -25px;}
        #dlg_cboxNext.hover{background-position:-75px 0px;}
        #dlg_cboxClose{top:-30px; right:0;background-position:-100px -25px;}
        #dlg_cboxClose.hover{background-position:-100px 0px;}
        
        .dlg_cboxSlideshow_on #dlg_cboxSlideshow{background-position:-125px 0px; right:27px;}
        .dlg_cboxSlideshow_on #dlg_cboxSlideshow.hover{background-position:-150px 0px;}
        .dlg_cboxSlideshow_off #dlg_cboxSlideshow{background-position:-150px -25px; right:27px;}
        .dlg_cboxSlideshow_off #dlg_cboxSlideshow.hover{background-position:-125px 0px;}
	
#dlg_colorbox {_width:100%!important;_height:100%!important;_overflow-y:visible!important}
#dlg_cboxBottomLeft {_background-position:0 -56px!important}
#dlg_cboxBottomRight {_background-position:-36px -56px!important}
#dlg_cboxBottomCenter{}
body {_overflow-x:hidden}
