/* Generated by KompoZer */
@import url(../style/image_screen.css);
#gallery {
  position: relative;
  padding-top: 8px;
  width: 865px;
}
#thumbs {
  float: right;
  width: 450px;
}
#thumbs a {
  border: 2px solid #40403e;
  margin: 1px 0px 3px 10px;
  display: block;
  float: right;
  height: 50px;
  width: 80px;
}
#thumbs a img {
  border:  none;
  height: 50px;
  width: 80px;
}
#thumbs a:hover {
  border-color: #dddddd;
}
#thumbs a:hover img {
  border: 2px solid #40403e;
  padding: 2px;
  position: absolute;
  width: auto;
  height: auto;
  top: 8px;
  right: 400px;
}

