@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}
body{font:14px Tahoma, Geneva, sans-serif;}
#slideshowWrapper{position:relative;width:646px;margin:auto;}
#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:646px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:435px;right:20px;background:url(white.png) repeat;padding:4px 0 5px 0;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none; font-weight:bold;}

ul#slideshow{list-style:none;border:1px solid #999;padding:2px;margin:auto;margin-top:5%;width:640px;height:480px;overflow:hidden;}
ul#slideshow img { width:640px; height:480px; }
p{text-align:center;}
#fssList{ text-align:center; list-style:none;width:646px; margin:0 auto; padding-top:5px;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

#top{background:#3b5998;width:100%;height:30px;margin-bottom:20px;}
#top {color:#fff;font-weight:normal;font-size:18px; margin:auto; text-align:center; padding:7px 0 0 15px}
#top span{font-size:11px;}
#top a{text-decoration:underline;color:#fff;}
#top a:hover{text-decoration:none;}

small a{color:#000;}