ul#slideshow{
    list-style:none;
    margin:auto;
    overflow:hidden;
}
#fssPrev{
    display:block;
    position:absolute;
    bottom: -9px;
    left: 42px;
    background:url(img/home/arrow-out-L.png);
    width:39px;
    height:39px;
    text-indent:-999999px;
    z-index: 900;
}

#fssPrev:hover{
    background:url(img/home/arrow-over-L.png);
}

#fssNext{
    display:block;
    position:absolute;
    bottom: -9px;
    right: 49px;
    background:url(img/home/arrow-out-R.png);
    width:39px;
    height:39px;
    text-indent:-999999px;
    z-index: 900;
}

#fssNext:hover{
    background:url(img/home/arrow-over-R.png);
}

#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:none;
    color:#333;
    text-decoration:none;
}

#fssList{display: none;list-style:none;width:646px;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}