@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}
#slideshowWrapper{position:relative;width:600px;margin:auto; padding-top:5px;}
#fssPrev{position:absolute;top:40%;left:-35px;background:url(images/arrows.png) -67px 0px;width:67px;height:52px;text-indent:-999999px;}
#fssNext{position:absolute;top:40%;left:568px;background:url(images/arrows.png) no-repeat;width:67px;height:52px;text-indent:-999999px;}
#fssPlayPause{position:absolute; top:40%; left:50%;background:none;padding:5px 0 0 0; width:44px;text-align:center;display:block;color:#333;text-decoration:none; height:40px; font:bold 24px Arial, Helvetica, sans-serif;}

ul#slideshow{list-style:none;margin:auto;width:600px;height:330px;overflow:hidden;}
p{text-align:center;}
#fssList{list-style:none;width:600px;margin:auto;padding:0;}
#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: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;}