@charset "utf-8";
/* CSS Document */
#galleryh {
  padding:0; 
  margin:0 auto auto auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:800px; 
  height:150px; 
  list-style-image: none;
/*  border:1px solid #888; */
  background:#fff url(../images/slide1.png);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:150px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:350px; 
  /width:28px;
  height:150px; 
  border:0;
  align:center;
  }
#galleryh li a:hover {
  background:#eee; 
  width:660px;
  }
#galleryh li a:hover img {
  width:660px;
  }
