/* Image Viewer from System and Systems UK (www.systemandsystems.com) */

#gallery 
{ position: relative; 
  width: 510px;
  padding-top: 8px;
  height: 150px; 
}

#thumbs 
{position:relative;
 width: 70px; 
 height:200px;  
 float: right;
padding-top:1px
padding-left:10px;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #40403E;
}

#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: 70px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #40403E;
}
