.gallery {
  padding:0; 
  margin:0; 
  list-style:none; 
  overflow:hidden; 
  width:320px; 
  height:425px;  
  background:#fff url(images/Ed_and type_.jpg);
  background-repeat: no-repeat:
  background-attachment: scroll;
  }
.gallery li {
  float:left;list-style: none;
  }
.gallery li a {
  display:block; 
  height:30px;
  width:320px; 
  float:left; 
  text-decoration:none; ; 
  cursor:default;
  }
.gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
.gallery li a:hover {
  background:#eee; 
  height:239px;
  }
.gallery li a:hover img {
  height:239px;
  }
