@charset "utf-8";
/* CSS Document */


#sliderAziende {
   position: relative;
   overflow: hidden;
   border:1px solid #333;
}
 
#sliderAziende, #sliderAziende img, #sliderAziende ul{
/*  width: 420px;
  height: 235px;*/
  width:300px;
}
 
#sliderAziende li,#sliderAziende ul{
  padding:0;
  margin:0;
}
 
#sliderAziende ul {
   position: absolute;
}
 
#sliderAziende .slide {
   float: left;
   position: relative;
   display: none;
}
 
/*For sane browsers..*/
#sliderAziende .slide:first-child{
  display: block;
}
 
#sliderAziende .slide span {
  position: absolute;
  left: 0;
 /* padding: 10px 13px 25px 10px;*/
  opacity: 0.7; /*this is only used for non-IE on the first slide, before js is loaded, use spanOpacity option to change opacity*/
  background-color: #000;
  color: #fff;
  bottom: 0;/*remove this and it will be on top*/
 width:320px; 
 font-size:12px;
 padding:5px;
}

#sliderProdotti {
   position: relative;
   overflow: hidden;
   border:1px solid #333;
}
 
#sliderProdotti, #sliderProdotti img, #sliderProdotti ul{
/*  width: 420px;
  height: 235px;*/
  width:300px;
}
 
#sliderProdotti li,#sliderProdotti ul{
  padding:0;
  margin:0;
}
 
#sliderProdotti ul {
   position: absolute;
}
 
#sliderProdotti .slide {
   float: left;
   position: relative;
   display: none;
}
 
/*For sane browsers..*/
#sliderProdotti .slide:first-child{
  display: block;
}
 
#sliderProdotti .slide span {
  position: absolute;
  left: 0;
 /* padding: 10px 13px 25px 10px;*/
  opacity: 0.7; /*this is only used for non-IE on the first slide, before js is loaded, use spanOpacity option to change opacity*/
  background-color: #000;
  color: #fff;
  bottom: 0;/*remove this and it will be on top*/
 width:320px; 
 font-size:12px;
 padding:5px;
}