/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 200px;
background-image:url(immagini/bgmenu.jpg); background-position:top center; background-repeat:repeat-x;
background-color: #24628b;
}

#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: 200px;}

#slideshow .slides ul {
width:600px;}

#slideshow .slides li {
text-align:center;
margin:0 auto;
width: 200px;
float: left;
/*padding: 20px;*/}

#slideshow .slides h2 {
font-size:14px; font-family:trebucht ms, arial; font-weight:normal; margin-top: 5px; margin-bottom:0; color:#88b9e0}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #7aaad0;
border-top: 2px solid #ccc;}

#slideshow .slides-nav li {float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 6px 6px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #24628b;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}