#slider {
	border: 1px solid #808080;
	width:670px;
        height:400px;
        margin:10px auto;
	background:url(/immagini/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/immagini/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:45px;
	height:45px;
	background:url(/immagini/arrowsc.png) no-repeat;
        text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-45px 0;
	right:px;
}
a.nivo-prevNav {
	left:0px;

}
.nivo-caption {
text-shadow:none;
height:45px;
width:670px;
top:0px;
left:0px;
background-color: #666;
}
.nivo-caption a { 
   font-family: "Century Gothic", Arial, sans-serif;
   font-size: 26px;
   text-shadow:2px 2px 0 rgba(0,0,0, 0.5);
   color:#fff;
   text-decoration:none;
   letter-spacing: 2px;
}


