/* CSS Document */
/* inizio stile per show down */
#slider {
	width: 900px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	left: 0px;
	top: 0px;    
	/*position: absolute; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 900px; /* important to be same as image width or wider */
	position: static;
	top: 0;
	margin-left: 0;
	left: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	top: 0px;
	right: 0px;
}
.sliderImage span {
	position: absolute;
	font: 20px/20px Helvetica;
	width: 874px; /* lunghezza fascia che sale in trasparenza */
	/*background-color: #CCCCCC; /* colore fascia in trasparenza*/
	/*filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #000000; /* colore testo su fasciacon trasparenza */
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 20px;
	}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.txt-sd{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #CCCCCC;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	padding: 5px;
}
.txt-sd a:link{
	color:#FF0000;
	text-decoration: none;
}
.txt-sd a:hover{
	color:#FF0000;
	text-decoration: none;
}
.txt-sd a:visited{
	color:#FF0000;
	text-decoration:none;}
	
	/* fine stile per show down */