@charset "utf-8";

/* Featured contenuti - vers. 1.1.0 */

/* QUESTA CLASSE CONTIENE TUTTO IL BOX CON JQUERY*/
#featured-wrapper {
	width: 970px;
	min-height: 332px;
	margin-left:0px;
	/*margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	background: url('../img/struttura/bg_jquery.jpg') no-repeat center top;*/
	color:#000000;
	display:block;
}

#featured-wrapper h2 {
	font-size: 160%;
	color: #000000;
}


#featured-BoxSx {
	width: 335px;
	height: 300px;
	float: left;
	color:#000000;
	margin-top:5px; /* era 150*/
	margin-left:35px;
}

.featured-titolo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
	color: #000000;
	font-weight:bold;
	font-size:130%;	
}

.featured-description {
	height: 255px;
	display: none;
	font-size:100%; 
}

.featured-description#first {
	display: block;
}

/* QUI REGOLO DIMENSIONI E POSIZIONE DELL'IMMAGINI SCORREVOLI */
#featured-image {
	width: 402px;
	height: 340px;
	float: left;
	overflow: hidden;
	margin-top: -73px; /* era 96*/
	margin-left:50px;
}

#featured-image img {
	padding: 0;
}


/* Featured Content Navigation */

#featured-navigation {
	height: 43px;
}

#featured-navigation a {
	height: 30px;
	width: 30px;
	float: left;
	background-image: url('../img/struttura/featured_navbox_N.jpg');
	margin-right: 7px;
	margin-top:7px;
	text-decoration: none;
	text-indent: -9999px;
	color:#000000;
}

#featured-navigation a.activeSlide {
	background-image: url('../img/struttura/featured_navbox_N_over.jpg');
	color:#000000;
}
