/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 510px;
  padding-top: 20px;
}

#thumbs 
{ width: 510px;
  float: right;
}

#thumbs a 
{ display: block; 
  float: right;
  margin: 3px 7px 4px 0px;
  width: 60px;
  height: 50px; 
  border: 2px solid #40403E;
  text-align: center;
}

#thumbs a img 
{ width: 60px;
  height: 50px; 
  border: 0;
  margin: 0;
}

#thumbs a:hover {border-color: #b8b835;}

#thumbs a:hover img
{ position: absolute;
  width: auto; 
  height: auto; 
  right: 20px;
  top: 160px;
  padding: 2px;
  border: 2px solid #40403E;
}

