@charset "UTF-8";
/* CSS Document */
#slideshowWrapper{position:relative;width:708px;margin-left:0px; margin-top:-10px;}
#fssPrev{position:absolute;top:0px;left:0px;background:url(img/slider.gif) -25px 0px;width:25px;height:125px;text-indent:-999999px;}
#fssNext{position:absolute;top:0px;left:683px;background:url(img/slider.gif) no-repeat;width:25px;height:125px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:127px;right:-2px;background:url(/img/white.png) repeat;padding:4px 0 5px 0;width:50px;text-align:center;display:block;color:#333;text-decoration:none;}

ul#slideshow{list-style:none;border:1px solid #cccccc; padding:0px;margin:auto;margin-top:5%;width:640px;height:125px;overflow:hidden;}
#fssList{position:absolute;list-style:none;width:660px;margin:auto;padding:0px 0 0 45%; background:url(/img/white.png) repeat;padding:4px 0 5px 0;width:660px;text-align:center;display:block;color:#333;text-decoration:none;}
#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;}