/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
	position:relative; clear:both;
	height:340px; width:800px;
}
#loading{ background-color:#FFF; height:40px; width:100px; line-height:40px; border:1px solid #5B5B5B; position:absolute; margin-top:150px; margin-left:350px; }
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:2px solid white;
    cursor:pointer;
}
#featureCarousel .feature div  {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#101010;
    width:100%;
}

#featureCarousel .feature div p {
    margin:0; padding:5px;
    font-size:12px;
    color:white;
	cursor:text;
}
#featureCarousel .blipsContainer {
    position:absolute; color:white;
    right:5px; bottom:5px;
    padding:0; margin:0;
}
#featureCarousel .blipsContainer .blip { /* immagini non selezionate */
	padding: 0px 2px; margin-left:2px; color:#E7DFCF; text-decoration:none;
}
#featureCarousel .blipsContainer .blipSelected { /* imamgine selezionata*/
    background: #E7DFCF; color: #620000; 	    
}