<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #aaOverlay, #aaWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#aaOverlay{position:fixed; width:100%; height:100%;}
#aaMiddleLeft, #aaBottomLeft{clear:left;}
#aaContent{position:relative;}
#aaLoadedContent{overflow:auto; }
#aaTitle{margin:0; }
#aaLoadingOverlay, #aaLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#aaPrevious, #aaNext, #aaClose, #aaSlideshow{cursor:pointer;}
.aaPhoto{float:left; margin:auto; border:1; display:block;overflow:hidden;}
.aaIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#aaOverlay{background:#000;}
#colorbox{}
    #aaContent{margin-top:32px; overflow:visible;}
        #aaError{padding:50px; border:1px solid #ccc;}
        #aaLoadedContent{background:#666; padding:1px;
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0px 0px 5px black;
    -webkit-box-shadow: 0px 0px 5px black;
     box-shadow: 0px 0px 5px black;

		}
        #aaLoadingGraphic{background: url(../images/loading.gif)  no-repeat center center;}
        #aaLoadingOverlay{background:#000;}
#aaTitle {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #aaa;
    left: 0;
    opacity: 0.9;
	margin:10px;
    padding: 10px;
    position: absolute;
   width:90%;
	font:normal 12px georgia; 

	display:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	moz-box-shadow:15px;
	-moz-box-shadow: 0px 0px 5px black;
    -webkit-box-shadow: 0px 0px 5px black;
     box-shadow: 0px 0px 5px black;
	 z-index:1000;
	
} 
#aaCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#aaSlideshow, #aaPrevious, #aaNext, #aaClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
#aaPrevious{background-position:0px 0px; right:44px;}
#aaPrevious.hover{background-position:0px -25px;}
#aaNext{background-position:-25px 0px; right:22px; }
#aaNext.hover{background-position:-25px -25px;}
#aaClose{background-position:-50px 0px; right:0;}
#aaClose.hover{background-position:-50px -25px;}
.aaSlideshow_on #aaPrevious, .aaSlideshow_off #aaPrevious{right:66px;}
.aaSlideshow_on #aaSlideshow{background-position:-75px -25px; right:44px;}
.aaSlideshow_on #aaSlideshow.hover{background-position:-100px -25px;}
.aaSlideshow_off #aaSlideshow{background-position:-100px 0px; right:44px;}
.aaSlideshow_off #aaSlideshow.hover{background-position:-75px -25px;}
#aalightprev,#aalightnext{ width:49.5%; height:100%;position:absolute;top:0px; cursor:pointer; }

#aalightprev{ left:0; background:url(../images/lightblank.gif) no-repeat left 30%; }
#aalightprev:hover{ background:url(../images/lightprev.gif) no-repeat left 30%;opacity: 0.8; filter: alpha(opacity = 80); opacity:0.8 }

#aalightnext{ right:0; background:url(../images/lightblank.gif) no-repeat right 30%;}
#aalightnext:hover{ background:url(../images/lightnext.gif) no-repeat right 30%;opacity: 0.8; filter: alpha(opacity = 80); opacity:0.8}
#aaresizeImage{ cursor:pointer; position:absolute; top:10px;left:10px;width:34px; height:34px;text-indent:-9999px;background:url(../images/expand.gif) no-repeat left top transparent; display:none; z-index:1001 }</pre></body></html>