<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 rules are the styles that are consistant between all ColorBox themes
*/
#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; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#1e1c20;}

#colorbox{}
    #cboxContent{background:#1e1c20; margin-top:20px;}
        #cboxBottomCenter{border-top:1px #a7a8aa dotted; margin-top: 7px; height:50px; background:#1e1c20;}
        #cboxLoadedContent{padding:2px 0 0 0; border-top:1px #a7a8aa dotted;}
                #cboxTitle{position:absolute; margin-top: 17px; left:15px; color:#ccc;}
                #cboxCurrent{position:absolute; margin-top: 17px; right:50px; color:#ccc;}
                #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
                /*#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-41px; background-image: url(data:image/gif;base64,AAAA); width:49%; height:100%; text-indent:-9999px;}
                #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-41px; background-image: url(images/prevblack.png); width:63px; height:32px; text-indent:-9999px;}*/				
                #cboxPrevious{position:absolute; top:0%; left:-37px; margin-top:0px; background-image: url(images/prevblack.png); background-position: left center; background-repeat: no-repeat;  width:49%; height:100%; text-indent:-9999px;}								
                #cboxPrevious:hover{background-image: url(images/prevblacko.png);}


				/*#cboxNext{position:absolute; top:50%; right:5px; margin-top:-41px; background-image: url(data:image/gif;base64,AAAA); width:49%; height:100%; text-indent:-9999px;}
				#cboxNext{position:absolute; top:50%; right:5px; margin-top:-41px; background-image: url(images/nextblack.png); width:63px; height:32px; text-indent:-9999px;}*/				
                #cboxNext{position:absolute; top:0%; right:-37px; margin-top:0px; background-image: url(images/nextblack.png); background-position: right center; background-repeat: no-repeat;  width:49%; height:100%; text-indent:-9999px;}												
                #cboxNext:hover{background-image: url(images/nextblacko.png);}
                #cboxLoadingOverlay{background:#1e1c20;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; margin-top: 17px;; right:15px; display:block; background:url(images/close.png) top center no-repeat; width:22px; height:22px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}</pre></body></html>