/*====================*/
/*=== Reset        ===*/
/*====================*/


caption, th, td {
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===============      ====*/
/*=== Stili principali ===*/
/*===============    ====*/

a, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}


/*============================*/
/*=== Stili per lo slider ===*/
/*============================*/
#slider {
	width:700px;
	height:320px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slider img {
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
}
.nivo-controlNav a {
	border:0;
}
.nivo-controlNav a.active {
	background-position:0px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	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 {
	text-decoration:none;
}