<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 */

#slideshowWrapper{position:relative;width:750px;margin:30px 0 20px 30px;}
#fssPrev{position:absolute;top:270px;left:-35px;background: url(arrow_left.gif) no-repeat;width:30px;height:80px;text-indent:-999999px; }
#fssPrev:hover {background: url(arrow_left_over.gif) no-repeat; }
#fssNext{position:absolute;top:270px;left:755px;background:url(arrow_right.gif) no-repeat;width:30px;height:80px;text-indent:-999999px;}
#fssNext:hover {background:url(arrow_right_over.gif) no-repeat;}
#fssPlayPause{position:absolute;top:615px;right:20px;background: #eee;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;font-family: Arial,Times; font-size: 0.9em; color:#333;text-decoration:none;}

ul#slideshow{list-style:none;border:1px solid #999;padding:0px;margin:0;width:750px;height:600px;overflow:hidden;}
ul#slideshow li {margin:0;}

#fssList{list-style:none;width:750px;margin:20px 0 0 0px; text-align: center; display: none}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none; font-size: 0.9em; padding:2px 5px 2px 5px;border: 1px solid #bbb; -moz-border-radius:3px;border-radius:3px; background: #f3f3f3;}
#fssList li a:hover, #fssList li.fssActive a{font-weight:bold;color:#333; background: #d6d8d8;}

</pre></body></html>