/* CSS Document */

/*  Gallery  */
#gallery 
{
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:567px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url('images/photo.gif') bottom right no-repeat;
  }
  
#gallery li {
  float:left;
  }
#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;
background: #FFF url('images/gallery_loading.gif') top left no-repeat;
}
#gallery li a:hover {
  background:#eee; 
  width:320px;
}