/********************************************/
/***          Banner Slideshow            ***/
/********************************************/

#slideShow {
	width: 900px;
	height: 400px;
	overflow:hidden;
	position: relative;
	padding:0 lem;
	display:none;
	z-index:50
	}
#slideShow .slide {position: absolute}
#slideShow .slide div.featureImage {position: absolute}

#slideShow .slide div.featureText {
	position:absolute;
	top: 500px; 
	height:90px; 
	width:630px; 
	padding:10px 10px 10px 260px;
	margin:0;
	background-color:#FFF;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
  	opacity: 0.7; /* here you can set the opacity of box with text */
	}
	


#slideShow .slide div.symbol {position: absolute;top: 200px;left: -280px}



ul.navigation {list-style: none;position: absolute;right: 30px;top: 10px}
ul.navigation li {padding: 0px; float: left;margin-left: 5px;text-indent: -999em;height: 15px;width: 15px;background: url(/immagini/slideshow/featured_button.gif) no-repeat left center;cursor: pointer}
ul.navigation li.selected {background: url(/immagini/slideshow/featured_button.gif) no-repeat right center}

#tastoAllNews {position: absolute;left: 30px;top: 10px; z-index:60;}


