/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) 
*/
#gallery 
{ width: 200px;
  padding-top: 8px;
}

#thumbs 
{ width: 200px; 
  float: left;
 position: relative; 
}

#thumbs a 
{ display: block; 
  float: left; 
  margin: 1px 0px 3px 3px; 
  width: 90px; 
  height: 65px; 
  border: 2px solid #40403E;
}

#thumbs a img 
{ width: 90px; 
  border: 0;
}
#thumbs a:hover {border-color: #999; border-bottom: 2px solid ;}

#thumbs a:hover img 
{ position: absolute; 
  width: 193px; 
  left: 5px; 
  top: 157px; 
}
