/* Stili animazione home page */
#slider {
	width: 400px;
	position: relative;
	overflow: hidden;
	height: 300px;
	margin-top: 90px;
}
#sliderContent {
	width: 400px;
	position: absolute;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	background-color: #004b76;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	padding: 15px;
}
.sliderImage span strong {
	font-size: 14px;	
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
