
*{padding:0;margin:0;list-style:none;outline:none;}
#load {position:relative;width:960px;min-width:960px;height:506px; margin:30px auto 0;background:url('../images/slideshow-bg.png') no-repeat;}
#slideshowWrapper{position:relative;width:960px;min-width:960px;height:506px;}
#fssPrev{position:absolute;top:203px;left:0px;background:url(../images/arrows.png) no-repeat;width:60px;height:60px;text-indent:-999999px;}
#fssNext{position:absolute;top:203px;right:0px;background:url(../images/arrows.png) -60px 0px no-repeat;width:60px;height:60px;text-indent:-999999px;}
#slideshowWrapper:hover #fssPrev{background-position: 0 -60px;}
#slideshowWrapper:hover #fssNext{background-position: -60px -60px;}
#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;}

ul#slideshow{list-style:none;margin:0 auto;width:960px;height:506px;overflow:hidden;}

#fssList{position:absolute;top:460px;list-style:none;margin:0 auto;padding:0 0 0 448px;font-size:0;}
#fssList li{display:inline;padding-right:18px;}
#fssList li a{position:absolute;text-decoration:none;background:#666;width:10px;height:9px;color:#666;text-align:center;padding:1px 0 0; display: inline-block;
    border:0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:inset 1px 1px 2px #000000;
    -webkit-box-shadow:inset 1px 1px 2px #000000;
    box-shadow:inset 1px 1px 2px #000000;
}
#fssList li.fssActive a{background:#fff;color:#fff;}

