/**************** body and tag styles ****************/
	
/*  Gallery  */
#gallery 
{
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:467px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(images/win_backh.gif) bottom right no-repeat;
  /* gallery_wht_trans4.png */
  }
  
#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;
  }
	  

