/* CSS Document */
#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:900px; 
  height:200px; 
  border:1px solid #ffffff; 
  background: url(images/back.jpg);
  background-color: #666666;
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:200px;
  width:60px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #ffffff; 
  cursor:default;
  }
#galleryh li a img {
  width:60px; 
  height:200px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eeeeee; 
  width:200px;
  }
#galleryh li a:hover img {
  width:404px;
  }
