@charset "UTF-8";
body{font:14px Tahoma, Geneva, sans-serif;}
#slideshowWrapper{position:absolute; width:100%;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;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none;}

ul#slideshow{
	list-style:none;
	margin:auto;
	width:100%;
	height:480px;
	overflow:hidden;
	position:absolute;
}

p{text-align:center;}
#fssList{ list-style:none;
	width:100%;
	margin:auto;
	padding:5px 0 0 50%;
	position:absolute;
	bottom:20px;
	 height: 15px; background: rgba(0, 0, 0, 0.6);
	padding-bottom:5px;
	z-index:500; top: 530px;}
#fssList li{display:inline;padding-right:10px;float:left;}
#fssList li a{color:#999;text-decoration:none;color:transparent;display:block;background:white;width:15px;height:15px;border-radius:15px;box-shadow:inset 0px 0px 15px lightgray;}
#fssList li.fssActive a{font-weight:bold;background:orange;box-shadow:inset 0px 0px 10px gray;}


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