#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:395px; 
  height:140px; 
  border:1px solid #888; 
  background:url(../images/pics.gif);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:140px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px double #333333; 
  cursor:default;
  }
#galleryh li a img {
  width:28px; 
  height:140px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:220px;
  }
#galleryh li a:hover img {
  width:220px;
  }
  

  

