#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  /*border:1px solid #888; */
  background:#DEE5ED url(img/gal_bg.gif);
  }
#gallery li {
  float:left;
  margin: 0;
  }
#gallery li a {
  display:block; 
  height:240px;
  width:28px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {border:0;}
#gallery li a:hover {
  background:#eee; 
  width:320px;
  }

