/* CSS Document */
/* inizio stile per show down */
#slider {
	width: 630px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	left: 0px;
	top: 0px;    
	/*position: absolute; /* important */
	/*overflow: hidden; /* important */
}
#sliderContent {
	width: 630px; /* 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: 29px/29px HelveticaNeueLT Std Thin,Helvetica;
	width: 603px; /* lunghezza fascia che sale in trasparenza */
	background-color: #333333; /* colore fascia in trasparenza*/
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff; /* 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: 29px;
	}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
/* fine stile per show down */
