/* CSS Document */
						
/*
--------------------------------------------------------
 > SLYDER IMG
--------------------------------------------------------
*/

#slider {
    width: 645px; /* important to be same as image width */
    height: 140px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
	border:0px solid #00FF00;
}
#sliderContent {
    width: 645px; /* important to be same as image width or wider */
	 height: 40px;
	border:0px solid #00FF00;
    position: relative;
	top:-12px;
	left:-40px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {   /* barra x testo */
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 7px 13px;
    width: 645px;
    background-color:#fff;
	filter:alpha(opacity=55); 
	-moz-opacity:.55; opacity:.55;    
	color: #000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}




