@charset "UTF-8";
/* CSS Document */
*{
    padding:0;
}
#slideshowWrapper{
    position:relative;
    width:900px;
    margin:auto;
}
ul#slideshow{
    width:900px;
    height:320px;
    overflow:hidden;
}
#fssList{
    list-style:none;
    width:300px;
    margin: 0px;   
    z-index: 50;
    left: 10px;
    position:absolute;    
    bottom: 10px;
    display:inline;   
}
#fssList li{        
    display:inline;   
}
#fssList li a{    
    color: white;    
    padding-right:4px; 
    display:inline-block;    
    margin: 0px;    
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 20px; 
    height: 20px;
    cursor: pointer;     
}
#fssList li.fssActive a{    
    color: white;    
    padding-right:4px; 
    display:inline-block;
    margin: 0px;           
    background-position: left top;
    background-repeat: no-repeat; 
    background-color: Transparent;
    width: 20px; 
    height: 20px; 
    cursor: pointer;   
}