/* Generated by KompoZer */
.gallerycontainer {
  float: left;
  position: relative;
  width: 90%;
  padding-bottom: 60px;
}
.thumbnail img {
  border: 1px solid #eeeeee;
  margin: 2px;
}
.thumbnail:hover {
  background-color: transparent;
}
.thumbnail:hover img {
  border: 1px solid #eeeeee;
}
.thumbnail span {
  border: 1px dashed #eeeeee;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  left: -210px;
  position: absolute;
  text-decoration: none;
  visibility: hidden;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
}
.thumbnail:hover span {
  left: 310px;
  top: 30px;
  visibility: visible;
  z-index: 50;
}
