

#gallery 
{ position: relative;
  float: right;
  width: 656px;
  padding-top: 5px;
}

#thumbs 
{ width: 205px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: right;
  margin: 1px 0px 6px 6px;
  width: 50px; 
  height: 50px; 
  border: 1px solid #E8D6B4;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 206px; 
  top: 5px; 
  padding: 2px;
  border: 1px solid #E8D6B4;
}

