#holder {margin:20px auto;}
#gallery {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:329px; 
  border:1px solid #888; 
  background: url(http://www.ivoryandcrescent.com/shoe-store/templates/Envision/catalog/win_backh.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:331px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:28px; 
  height:331px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  width:230px;
  }
#gallery li a:hover img {
  width:230px;
  }
