/* Generated by KompoZer */
#gallery {
  border: 1px solid #dddddd;
  background: #f8f8f8 none repeat scroll 0% 50%;
  width: 900px;
  height: 432px;
  margin-left: 60px;
  position: relative;
}
#gallery ul {
  border: thin solid black;
  margin: 0;
  padding: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 195px;
  float: right;
  height: 270px;
  overflow: auto;
}
#gallery ul li {
  border: 1px solid #444444;
  margin: 0 4px 4px 0;
  display: inline;
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
}
#gallery ul li img {
  display: block;
  width: 50px;
  height: 50px;
}
#gallery ul li span {
  display: none;
  position: absolute;
  left: 680px;
  top: 325px;
  width: 200px;
  font-family: verdana,arial,sans-serif;
  color: #0066aa;
  font-size: 11px;
  line-height: 15px;
  text-align: justify;
}
#gallery ul li span b {
  color: #444444;
}
#gallery ul li.off {
  display: none;
}
#gallery ul li.click {
  border-color: #ffcc00;
  background: #f8f8f8 none repeat scroll 0%;
  cursor: default;
}
#gallery ul li.click i {
  position: absolute;
  left: 0;
  top: 0;
  width: 545px;
  height: 355px;
}
#gallery ul li.click i img {
  border: 1px solid #ffffff;
  margin: 5px auto 0;
  width: auto;
  height: auto;
}
#gallery ul li.click span {
  display: block;
}
