@charset "windows-1252";
   

#galleryh {
  padding:0; 
  margin:0 auto 0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:400px; 
  height:100px; 
  border:1px solid #FFA120; 
  background:#fff url(sfondo_gallery10.gif);  /* prima immagine che si vede */
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:100px;
  width:20px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:20px; 
  height:100px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:280px;
  }
#galleryh li a:hover img {
  width:280px;
  }
  
