@charset "utf-8";
/* CSS Document */
#gallery {
  padding:0; 
  margin:0 0 0 15px; 
  list-style-type:none; 
  overflow:hidden; 
  width:235px; 
  height:436px; 
  border:2px solid #fff; 
}
#gallery li {
  float:left;
}
#gallery li a {
  display:block; 
  height:27px;
  width:235px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff;
  cursor:default;
  overflow:hidden; 
}
#gallery li a img {
  width:235px; 
  height:240px; 
  border:1px solid #fff; 
  border:0;
  overflow:hidden; 
}
#gallery li a:hover {
  background:#eee; 
  height:240px;
  
}
#gallery li a:hover img {
  height:240px;
}




