/* Horizontal Accordion */

#galleryh {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:800px; 
  height:293px; 
  }
#galleryh li {
  float:left;
  }
#galleryh li a, .nonActiveLink {
  display:block; 
  height:293px;
  width:10px;
  overflow:hidden; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #999; 
  }
#galleryh li a:hover, #galleryh li a.activeLink {
	display:block; 
  	width:502px;
  }
