@charset "UTF-8";
/* CSS Document */

#galleryh {
	padding:0;
	margin:0 auto 5em auto;
	list-style-type:none;
	overflow:hidden;
	width:800px;
	height:150px;
	border:0px solid #888;
	background:#B3C379;
	background-image: url(images/bkrd.jpg);  
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:150px;
  width:30px; 
  float:left; 
  text-decoration:none; 
  border-right:0px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:30px; 
  height:150px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:200px;
  height:150px;
  vertical-align:middle;
  }
#galleryh li a:hover img {
  width:200px;
    height:150px;
	  vertical-align:middle;
  }
