/*
    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;text-align:left;/* overflow:hidden; */ }
#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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxBottomCenter { text-align:left; }
.slidecaption { color:#ffffff; position:absolute;}
.slidecaption h2 { font-size:1.3em;margin:5px 0; }
.slidecaption p {font-size:0.8em;}
.slidecaption .lunch { margin:20px 0 0 0; }
.slidecaption .lunch a { 
display:block;
background-image:url(../images/colorbox/slidelunch.png);
width:70px;
height:20px;
text-indent:-9999px;
overflow:hidden;
 }




/* 
    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:#000000;}
#colorbox{}
    #cboxContent{margin-top:32px;margin-bottom:10px; overflow:visible;}
        .cboxIframe{background:#000000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:transparent; padding:1px;z-index:100}
		#cboxLoadedContent2{background:transparent; padding:1px;z-index:99;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:50px; height:50px; position:absolute; top:0px; background:url(images/controls.png) no-repeat 0 0;}
        #cboxPrevious{left:-60px !important;top:50% !important;height:83px;  background:url(../images/colorbox/slideprev.png) no-repeat 0 0;margin-top:-42px;}
        #cboxPrevious:hover{opacity:0.7; }
        #cboxNext{right:-60px !important;top:50% !important;height:83px;  background:url(../images/colorbox/slidenext.png) no-repeat 0 0;margin-top:-42px;}
        #cboxNext:hover{ opacity:0.7; }
        #cboxClose{top:-60px;right:0px;position:absolute;background-position:0px 0px; right:0;background-image:url(../images/colorbox/slideclose.png) }
        #cboxLoadedContent {overflow:visible !important;}
        #cboxClose:hover{opacity:0.7; }
        .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;}
