#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:auto; 
  height:400px; 
  border:1px solid #fff; 
  background:#fff url(2.jpg) no-repeat bottom;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:10px;
  width:874px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:874px; 
  height:10px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:400px;
  }
#gallery li a:hover img {
  height:400px;
  }
