/* CSS Document */
#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:698px; 
  height:42px; 
  border:1px solid #888; 
  background:#fff;
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:42px;
  width:10px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:auto; 
  height:42px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:698px;
  }
#galleryh li a:hover img {
  width:40px;
  }
