@charset "utf-8";
/* CSS Document */

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:350px; 
  height:425px; 
  border:1px solid #888; 
  background:#fff url(../images/back.jpg);
  }
#gallery li {
  float:left;
  }
#gallery li a {
	display:block;
	height:30px;
	width:350px;
	float:left;
	text-decoration:none;
	border-bottom:1px solid #fff;
  }
#gallery li a img {
  width:350px; 
  height:0px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:232px;
  }
#gallery li a:hover img {
  height:232px;
  }