<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#gallery
{
	position:relative;
	top:700px;
	margin:0; padding:0;
}


#thumbs img {vertical-align:middle; border:none;}
#thumbs {overflow:auto; list-style:none; margin:30px; padding:0;}
#thumbs li {float:left;}
#thumbs a {display:block; padding:10px; outline:none;}
#thumbs a:hover, #thumbs a:focus {background:#fff;}
#thumbs a.active {background:#000;}
#viewer {width:400px; height:300px; margin: 0; text-align:center; margin-left:110px; }
#viewer img { width:800px; height:600px; margin:0 auto; padding:0; box-shadow: 8px 8px 12px #aaa;}</pre></body></html>