html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll; overflow-x:auto; overflow:moz-scrollbars-vertical}
body {background-image:url(/images/sfondo-dx.jpg); background-repeat: repeat-x; margin: 0 0 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.texthome a{color:#336699; text-decoration:underline}

  /*** STYLE JQuery Slideshow **/

#slideshow {
    position:relative;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
