
*{padding:0;}


#slideshowWrapper {
position:relative;
width:720px;
margin:0px;
}

#fssPrev {
display: none;
/*
position:absolute;
top:169px;
left:0px;
background:url(prev-horizontal.png) -67px 0px;
width:67px;
height:143px;
text-indent:-999999px;
*/
}

#fssNext {
display: none;
/*
position:absolute;
top:169px;
left:646px;
background:url(next-horizontal.png) no-repeat;
width:67px;
height:143px;
text-indent:-999999px;
*/}

#fssPlayPause {
position:absolute;
top:300px;
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;
margin:auto;
width:720px;
height:337px;
overflow:hidden;
}

#fssList {
position:absolute;
top:307px;
right:80px;
list-style:none;
margin:auto;
}

#fssList li {
display:inline;
padding-right:10px;
}

#fssList li a {
font-size: 12px;
font-weight: bold;
background:url(circle_white.png) no-repeat;
color:#ffffff;
text-decoration:none;
}

#fssList li.fssActive a {
font-size: 12px;
font-weight: bold;
background:url(circle_black.png) no-repeat;
color:#692c66;
text-decoration:none;
}
