#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:900px; 
  height:480px; 
  border:1px solid #650505; 
  background-image:url(/images/back_port.png);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:480px;
  width:40px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #650505; 
  cursor:default;
  }
#galleryh li a img {
  width:1px; 
  height:480px; 
  border:1px solid #650505; 
  background-image:url(/images/back_port.png);
  }
#galleryh li a:hover {
  background:#eee; 
  width:640px;
  }
#galleryh li a:hover img {
  width:640px;
  }