@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}

#slideshowWrapper{position:relative;width:646px;margin:auto;}

#fssPrev{position: relative;left: 45px;background: url(arrows.png) no-repeat -67px;width:67px;height:143px;text-indent:-999999px;
 top: -300px;
 float: left;
}

#slideshow{
position: relative;
}

#fssNext{position:relative;left:699px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;
float:left;
top: -300px;}


#fssPlayPause{position: relative;background:url(white.png) repeat;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:15px;width:60px;text-align:center;display: inline-block;color:#333;text-decoration:none;
 float: left;
 bottom: 40px;
 left: 500px;
}

ul#slideshow{list-style:none;border:1px solid #999;padding:2px;margin:auto;margin-top:5%;width:640px;height:480px;overflow:hidden;}
p{text-align:center;}

#fssList{list-style:none;margin:auto;padding:5px 0 0 45%;
 position: absolute;
 float: left;
 left: -250px;
}

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