@charset "UTF-8";
/* CSS Document */
#slideshowWrapper{position:relative;width:985px;margin:auto;overflow:hidden;z-index:0}
#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:985px;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;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none;}
ul#slideshow{list-style:none;padding:0;margin:0;margin-top:0;width:985px;height:280px;overflow:hidden;z-index:0}
p{text-align:center;}
#fssList{margin:1em 0;
		padding-left:700px;
		height:28px;}
#fssList li{font-family:"Arial";
		font-size: 10px;
		font-weight: bold;
		margin:0 10px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;}
#fssList li a{font-family:"Arial";
		font-size: 10px;
		font-weight: bold;
		float:left;
		height:28px;
		line-height:28px;
		border-radius:50px 50px 50px 50px;
		border:0px;
		background:#000000;
		color:#FFFFFF;
		padding:0 10px;
		text-decoration:none;}
#fssList li.fssActive a{background:#666666;
		color:#fff;}

#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;}