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

#gallery 
{ position: absolute; 
  top:200px; 
  width: 650px;
  padding-top: 8px;
}

#thumbs 
{ width: 235px; 
  float: right;
  overflow:auto;
  height:400px;
}

#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: fixed; 
  width: auto; 
  height: auto;
  right: 370px; 
  top: 230px; 
  padding: 2px;
  border: 2px solid #40403E;
}
*/

#view_img
{ 
  position: relative; 
  width: auto; 
  height: auto;
  right: 0px; 
  top: 0px; 
  padding: 2px;
  border: 2px solid #40403E;
}
#full_image {
  position: absolute;
  width:365px;
  top:230px;
  left: 260px;
  z-index:999;
}
