#slider {
   width: 222px; /* important to be same as image width */
   height: 166px; /* important to be same as image height */
   /* important */
   overflow: hidden; /* important */
   margin-top: 0px;
}
#sliderContent {
   width: 222px; /* important to be same as image width or wider */
   height: 166px;
   margin-left: 0;
}
.sliderImage {
   float: left;
   display: none;
}
.sliderImage span {
   position: absolute;
   font: 10px Arial, Helvetica, sans-serif;
   width: 222px;
   background-color: #000000;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
   color: #fff;
   display: none;
   height:35px;
}
.clear {
   clear: both;
}
.sliderImage span strong {
    font-size: 11px;
}

.bottom {
   bottom: 0px;
   left: 0px;
}

.slider ul {
   list-style-type: none;
}

#label_fotos_slider{
   margin-top:5px;
   margin-left:5px;
}