/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 640px;
	background-color: #FFFFFF;
	height: 660px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* 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: 3200px;
}

#slideshow .slides li {
	width: 640px;
	float: left;
	padding: 0px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-image: url(Immagini/bullet_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.js #slideshow .slides-nav li.on a {
	position: relative;
	background-image: url(Immagini/bullet_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
