ul#slideshow{list-style:none;overflow:hidden;/*border:1px dotted purple;*/}



#fssList{list-style:none;width:683px;float:left;height:30px;margin-top:0px;margin-left:-30px;}
#fssList li{float:left;}
#fssList li a{
	color:#999;
	text-decoration:none;
	background: none repeat scroll 0 0 #333333;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 15px; 
    margin-right: 5px;}
#fssList li.fssActive a{font-weight:bold;color:#333;background: none repeat scroll 0 0 #999999;}

#fssPrev{display:none}
#fssNext{display:none}
#fssPlayPause{display:none}
