@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}
#slideshowWrapper{position:relative;width:980px;margin:0;}
#fssPrev{position:absolute;top:169px;left:-67px;background:url(images/slideshow_arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:980px;background:url(images/slideshow_arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:435px;right:20px;background:url(images/slideshow_white.png) repeat;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none;}

ul#slideshow{list-style:none;border:0px solid #999;padding:0px;margin:0;margin-top:0px;width:980px;height:520px;overflow:hidden;}
#fssList{list-style:none;width:980px;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
/*#fssList li a{color:#999;text-decoration:none;}*/
#fssList li a { float: left; width: 15px; height: 0; padding-top: 15px; overflow: hidden; background-image: url(/images/slideshow_button.png); _background-image: url(/images/slideshow_button.gif); background-repeat: no-repeat; }
#fssList li a:hover{ background-position: 0px -15px; color:#F99; text-decoration:none;}
#fssList li.fssActive a{ background-position: 0px -30px; font-weight:bold;color:#333;}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}