<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================*/
/*=== Reset        ===*/
/*====================*/
/* HTML5 tags */
/*===============      ====*/
/*=== Stili principali ===*/
/*===============    ====*/
/*============================*/
/*=== Stili per lo slider ===*/
/*============================*/
#slider      { background: url("../img_nivo/loading.gif") no-repeat 50% 50%; margin: 0 auto; position: relative; top: 0; width: 720px; height: 282px }
#slider img { display: none; position: absolute; top: 0; left: 0 }
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav      { text-align: center; position: absolute; z-index: 10; bottom: 0; left: 0 }
.nivo-controlNav a       { color: #ff8c00; font-size: 0; background-image: url("../img_nivo/bullets_chiaro.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; text-align: center; text-indent: -9999px; display: block; z-index: 11; width: 22px; height: 22px; float: left; border: solid 1px #fff }
.nivo-controlNav a.active  { background-position: 0 -22px; z-index: 12 }

.nivo-directionNav a   { background: url("../img_nivo/arrows_chiaro.png") no-repeat; text-indent: -9999px; display: block; width: 30px; height: 30px; border: 0 }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
</pre></body></html>