/*
    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; outline: none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#colorbox, #cbox2Overlay, #cbox2Wrapper{position:absolute; top:0; left:0; z-index:9999;}
#cbox2Overlay{position:fixed; width:100%; height:100%;}
#cbox2MiddleLeft, #cbox2BottomLeft{clear:left;}
#cbox2Content{position:relative;}
#cbox2LoadedContent{overflow:auto;}
#cbox2Title{margin:0;}
#cbox2LoadingOverlay, #cbox2LoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cbox2Previous, #cbox2Next, #cbox2Close, #cbox2Slideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cbox2Photo{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
.cbox2Iframe{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;
}
#cbox2Overlay{
	background:#000;
}
#colorbox{ _overflow:visible !important;}
    #cboxContent{border:3px solid #fff;margin-top:32px; padding: 0px; background-color: #fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:0px solid #fff;}
        #cboxLoadedContent{background:#000; padding:0px;background:#000 !important;}
        #cboxLoadingGraphic{
						background-image: url(/img/common/loading.gif);
						background-repeat: no-repeat;
						background-position: center center;
					}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{border: none; text-indent:-9999px; width:37px; height:35px; position:absolute; top:-15px;  background:url(/img/common/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position: 0 -35px; left:0; top: 50%;margin-top: -16px;}
        #cboxPrevious:hover{background-position:0px -35px;}
        #cboxNext{background-position:0 -71px; right:0; top: 50%; margin-top: -16px;}
        #cboxNext:hover{background-position:0 -71px;}
        #cboxClose{background-position:0 0; right:-22px; top:-20px;border:0;}
        #cboxClose:hover{background-position:0px 0px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
    #cbox2Content{border:7px solid #FFe9e9;margin-top:32px; padding: 0px; background-color: #ddd;}
        .cbox2Iframe{background:#fff;}
        #cbox2Error{padding:50px; border:0px solid #ccc;}
        #cbox2LoadedContent{background:#000; padding:0px;background:#000 !important;}
        #cbox2LoadingGraphic{
						background-image: url(/img/common/loading.gif);
						background-repeat: no-repeat;
						background-position: center center;
					}
        #cbox2LoadingOverlay{background:#fff;}
        #cbox2Title{position:absolute; top:-22px; left:0; color:#000;}
        #cbox2Current{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cbox2Slideshow, #cbox2Previous, #cbox2Next, #cbox2Close{text-indent:-9999px; width:37px; height:40px; position:absolute; top:-15px;right:-25px; background:url(/img/common/controls.png) no-repeat 0 0;}
        #cbox2Previous{background-position:0px 0px; right:44px;}
        #cbox2Previous:hover{background-position:0px 0px;}
        #cbox2Next{background-position:-25px 0px; right:22px;}
        #cbox2Next:hover{background-position:-25px -25px;}
        #cbox2Close{background-position:0 0; right:-25px; top:-15px;}
        #cbox2Close:hover{background-position:0px 0px;}
        .cbox2Slideshow_on #cbox2Previous, .cbox2Slideshow_off #cbox2Previous{right:66px;}
        .cbox2Slideshow_on #cbox2Slideshow{background-position:-75px -25px; right:44px;}
        .cbox2Slideshow_on #cbox2Slideshow:hover{background-position:-100px -25px;}
        .cbox2Slideshow_off #cbox2Slideshow{background-position:-100px 0px; right:44px;}
        .cbox2Slideshow_off #cbox2Slideshow:hover{background-position:-75px -25px;}
        
