/* Generated by KompoZer */
.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}
.thumbnail span {
  border: 1px dashed gray;
  padding: 5px;
  position: absolute;
  background-color: lightyellow;
  left: -1000px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
  position: absolute;
  left: 200px;
  top: 325px;
  z-index: 50;
}
.thumbnail:hover span {
  visibility: visible;
  top: 0px;
  left: 200px;
  z-index: 50;
}
