@charset "utf-8";
/* CSS Document */
#sliderB {
    width: 200px; /* important to be same as image width */
    height: 98px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image:url(../images/sfondopagina.jpg);
	z-index:100;
}
#sliderContentB {
    width: 200px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImageB {
    float: left;
    position: relative;
	display: none;
	left:-100px;
	top:0px;
}
.sliderImageB spanB {
	text-align:left;
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 7px 7px 7px 7px;
	height:50px;
    width: 380px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clearB {
	clear: both;
}
.sliderImageB spanB strongB {
    font-size: 14px;
}
.topB {
	top: 0;
	left: 0;
}
.bottomB {
	bottom: 0;
    left: 0;
}
ulB { list-style-type: none;}

