@charset "utf-8";
/* CSS Document */
#galleryh {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:692px; 
  height:360px; 
  border:1px solid #888; 
  background-repeat:no-repeat;
  background-position:right bottom;
  background-image: url(../tmp.sample.img/win_backh.jpg);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:360px;
  width:20px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:20px; 
  height:360px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:500px;
  }
#galleryh li a:hover img {
  width:500px;
  }
