<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    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.
*/
#cboxOverlay{background: #000000;}
#colorbox{}
	#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter{display: none;}
    #cboxContent{margin-top: 60px; margin-left: 60px; padding-bottom:0px;background:#fff; overflow: visible;}
        #cboxLoadedContent{margin-bottom:0;}
        #cboxTitle{position:absolute; bottom:15px; left:15px; text-align:left; color:#666666;}
        #cboxCurrent{position:absolute; bottom:15px; left: auto; right:60px; color:#999999;}
        .cboxSlideshow_off #cboxSlideshow{position:absolute; bottom:15px; right:100px; background:url(images/controls.png) no-repeat  -90px center #666; width:30px; height:30px; text-indent:-9999px; z-index: 999;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position: -90px center;background-color: #22aaee;}
		.cboxSlideshow_on #cboxSlideshow{position:absolute; bottom:15px; right:100px; background:url(images/controls.png) no-repeat  -120px center #666; width:30px; height:30px; text-indent:-9999px; z-index: 999;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position: -120px center;background-color: #22aaee;}
		
		#cboxPrevious{position:absolute; top:50%; left:0; right: auto; bottom: auto; margin-top: -50px; background:url(images/controls.png) no-repeat -30px center #666; width:30px; height:40px; text-indent:-9999px;-moz-border-radius: 0 4px 4px 0;-webkit-border-radius: 0 4px 4px 0;border-radius: 0 4px 4px 0;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
        #cboxPrevious:hover{background-position: -30px center;background-color: #22aaee;}
		
		#cboxNext{position:absolute; top:50%; right:0; left: auto; bottom: auto; margin-top: -50px; background:url(images/controls.png) no-repeat -60px center #666; width:30px; height:40px; text-indent:-9999px;-moz-border-radius: 4px 0 0 4px;-webkit-border-radius: 4px 0 0 4px;border-radius: 4px 0 0 4px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
        #cboxNext:hover{background-position: -60px center;background-color: #22aaee;}
        
		#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
       
   	    #cboxClose{position:absolute; bottom:15px; right:10px; background:url(images/controls.png) no-repeat  0 center #666; width:30px; height:30px; text-indent:-9999px; z-index: 999;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
        #cboxClose:hover{background-position: 0 center;background-color: #22aaee;}
		
        #cboxTitle,  #cboxCurrent{font: normal 600 13px/30px 'Open Sans', Arial, sans-serif;}
		#cboxCurrent{font-size: 11px;}</pre></body></html>