blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
nav{
	display: block;
}

#slider {
	position:relative;
    width:1200px;
    height:400px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    z-index: 1;
    background:transparent !important;
}

#slider div[class*="rack-teaser"] :not(div){
	display:none;
}

.nivo-controlNav {
	position:absolute;
	bottom:40px;
	z-index:2;
}
.nivo-controlNav a {
	display:block;
	background:url(../img/emozionale/navigazione_off.png) no-repeat;
	text-indent:-9999px;
	width:12px;
	height:12px;
	border:false;
	padding-right:4px;
	padding-left:4px;
	float:left;
	z-index: 2;
}
.nivo-controlNav a.active {
	background:url(../img/emozionale/navigazione_on.png) no-repeat;
}

.nivo-controlNav a:hover {
	background:url(../img/emozionale/navigazione_off_scuro.png) no-repeat;
	cursor: pointer;
}

.nivo-directionNav a {
	display:block;
	width:20px;
	height:35px;
	z-index: 2;
}

a.nivo-nextNav {
	background:url(../img/emozionale/freccia_next.png) no-repeat;
}

a.nivo-nextNav:hover {
	background:url(../img/emozionale/freccia_next_in_evidenza.png) no-repeat;
	cursor: pointer;
}

a.nivo-prevNav {
	background:url(../img/emozionale/freccia_previous.png) no-repeat;
}

a.nivo-prevNav:hover {
	background:url(../img/emozionale/freccia_previous_in_evidenza.png) no-repeat;
	cursor: pointer;
}


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

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}