#galleryh {
	padding:0;
	margin:0 auto 5em auto;
	list-style-type:none;
	overflow:hidden;
	width:420px;
	height:150px;
	background-image: url(images/gallery_middletonmay.gif);
	background-repeat: no-repeat;
  }
  
#galleryh li {
	float:left;
	background-color: #333333;
  }
  
#galleryh li a {
	display:block;
	height:133px;
	width:20px;
	float:left;
	text-decoration:none;
	border-right:1px solid #fff;
	cursor:default;
  }
  
#galleryh li a img {
  width:20px; 
  height:133px; 
  border:0;
  }
  
#galleryh li a:hover {
	width:200px;
  }
#galleryh li a:hover img {
  width:200px;
  }

  
  #galleryh2 {
	padding:0;
	margin:0 auto 5em auto;
	list-style-type:none;
	overflow:hidden;
	width:420px;
	height:150px;
	background-image: url(images/gallery_vmapril.gif);
	background-repeat: no-repeat;
  }
  
#galleryh2 li {
	float:left;	
  }
#galleryh2 li a {
  display:block; 
  height:133px;
  width:20px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh2 li a img {
  width:20px; 
  height:133px; 
  border:0;
  }
#galleryh2 li a:hover {
  background:#eee; 
  width:200px;
  }
#galleryh2 li a:hover img {
  width:200px;
  }