
#gallery
{ position: relative;
  width: 1070px;
  padding-top: 8px;
}

#thumbs1
{ width: 205px;
  float: left;
}

#thumbs1 a
{ display: block;
  float: right;
  margin: 1px 0px 3px 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #C0C0C0;
}

#thumbs1 a img
{ width: 50px;
  height: 50px;
  border: 0;
}

#thumbs1 a:hover {border-color: #8A8A8A;}

#thumbs1 a:hover img
{ position: absolute;
  width: auto;
  height: auto;
  right: 196px;
  top: 8px;
  padding: 2px;
  border: 2px solid #8A8A8A;
}

