/* Generated by KompoZer */
body {
  background-color: #000000;
}
#gallery {
  position: relative;
  width: 750px;
}
#thumbs {
  width: 250px;
  float: left;
}
#thumbs a {
  border: 0px solid #000000;
  margin: 0px 0 5px 5px;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
}
#thumbs a img {
  border:  none;
  width: 50px;
  height: 50px;
}
#thumbs a:hover {
  border-color: #dddddd;
}
#thumbs a:hover img {
  border: 15px solid #ffffff;
  position: absolute;
  width: auto;
  height: auto;
  left: 320px;
  top: 0;
}
