
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 620px;
height: 400px;
}

#slideshow ul {
margin: 0;
margin-left: 0px;
list-style-type: none;
height: 1%; /* IE fix */
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 640px;
}

#slideshow .slides ul {
width: 2880px;
}

#slideshow .slides li {
width: 620px;
height: 313px;
float: left;
padding-top: 10px;
background-image: url(../images/sf_aziende.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
height: 50px;
padding-left: 40px;
}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
display: block;
padding-left: 40px;
padding-top: 10px;
outline: none;
background-image: url(../images/pagina.png);
background-repeat: no-repeat;
width: 37px;
height: 28px;
text-decoration: none;
color: #666666;
behavior: url(iepngfix.htc);
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}

.js #slideshow .slides-nav li.on a {
position: relative;
text-decoration: none;
color: #993300;
font-size: 16px;
padding-top: 5px;
height: 33px;
}
