  /* CSS x il div scrollabile */
  
  div#slideCont {
    width:960px;
    height:304px;
    overflow:hidden;
    text-align:left;
  }
  
  div#divscroll img {
   	border:solid 1px #000;
    margin:0;
    margin-right:2px;
  }
  
  div#divscroll a {
    filter:none;
  }
  
  div#divscroll a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
