.slideshow {
 margin: auto;
 width: 340px; /*Width of Carousel Viewer itself*/
 height: 160px; /*Height should enough to fit largest content's height*/
 color: #f3e400;
 margin-left: 80px;
 background: url('../../img/sf_eventi.png') no-repeat;

}

.slideshow img { padding: 4px; border: 1px solid #ccc; }


#s7 { width: 340px; height: 160px;}
#s7 div { width: 340px; height: 160px; padding: 2px; color: #f3e400; text-align: left;  overflow: hidden }
 
.nav { margin: auto; }
#nav a, #s7 strong { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fc0; text-decoration: none }
#nav a.activeSlide { background: #ea0 }
#nav a:focus { outline: none; }
#output { text-align: left; }
