﻿/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 309px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #8A8A8A;
}

/* page content */
#content
{ text-align: left;
  width: 653px;
  float: left;
  padding: 12px 0px 18px 14px;
  height:520px;
}
