@charset "UTF-8";
/* CSS Document */

#slideshowWrapper{width:600px;  height:150px;
 padding:0px; float:left; margin-top:10px; overflow:hidden;}
/*#fssPrev{position:absolute; top:360px; margin-left:-13px; background:url(../images/back.png) no-repeat;width:29px;height:28px;  }
#fssNext{position:absolute; top:360px; margin-left:983px; background:url(../images/forward.png) no-repeat;width:29px;height:28px;}
#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:0px;margin-top:0px;width:600px;height:150px; overflow:hidden;}
p{text-align:center;}
#fssList{list-style:none;width:auto; position:absolute; margin-top: -20px; margin-left:250px;   height:auto; }
#fssList li{display:inline-block;
width : 22px;
height : 22px;

font-size : 11px;
font-family:Arial, Helvetica, sans-serif;
margin : 5px 0px 1px 2px;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
#fssList li a{display: block;color:#000;text-decoration:none; background:url(../images/silde-nav3.jpg) no-repeat; width:22px; height:22px; text-indent:-9999px;  }
#fssList li.fssActive a{color:#FFF; background:url(../images/silde-nav4.jpg)no-repeat;width:22px; height:22px; text-indent:-9999px; }

