@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}
#slideshowWrapper{position:relative; width:696px; }
#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:0px;height:0px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:591px;background:url(arrows.png) no-repeat;width:0px;height:0px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:308px;right:20px;background:url(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; width:696px; height:308px;overflow:hidden; }
#fssList{list-style:none;width:696px; padding:0px 0 0 12px; }
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color: #666;text-decoration:none; background: url(images/rot_but_back.jpg) bottom; display: inline-block; height: 17px; width: 17px; text-align:center; font:0px Arial, Helvetica, sans-serif;}
#fssList li.fssActive a{font-weight:bold;color:#fff; background: url(images/rot_but_back.jpg) top;}

#top{background:#3b5998;width:100%;height:40px;margin-bottom: 0px;}
#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;}