
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 430px;
background-color: #ffffff;
#border: 1px solid #ddd;
margin-bottom:70px;
}

#slideshow ul {
	
margin: 0;
padding: 0;
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: 430px;

}

#slideshow .slides ul {
width: 2880px;
}

#slideshow .slides li {
width: 400px;
float: left;
padding: 20px;
}

#slideshow .slides h2 {
	margin-top: 0;
	color: #80b22f;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
#background-color: #ddd;
#border-top: 1px solid #669933;
background-image:url(fondo_tasti.jpg);
height:80px;
}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
display: block;
padding: 8px 26px;
outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
#background-color: #80b22f;
	background-image:url(on.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.js #slideshow .slides-nav li.on a {
position: relative;
_top: -4px;
}

