#gallery {
  padding:0; 
  margin:0 0 0 10px;
  list-style-type:none; 
  overflow:hidden; 
  width:300px; 
  height:415px; 
  background:#113a4e url(bg-icy.jpg) no-repeat;
  }

#gallery li {float:left;}

#gallery li a {
  margin:0;
  display:block; 
  height:20px;
  width:300px; 
  float:left; 
  cursor:default;
  }
#gallery li a img {
  width:300px; 
  height:20px; 
  border:1px solid #113a4e;
  }
#gallery li a:hover {
  height:290px;
  }
#gallery li a:hover img {
  height:290px;
  margin:0;
  }

