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

#gallery 
{ position: relative; 
  width: 775px;		/*656*/
  padding-top: 8px;
}

#thumbs 
{ width: 325px;		/*225*/
  float: right;
}

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

#thumbs a img 
{ width: 90px;
  height: 72px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;} /* ddd*/

#thumbs a:hover img 
{ position: absolute; 
  width: 450px; 	/*dimensioni foto in hover*/
  height: 338px; 	/*dimensioni foto in hover*/
  right: 317px;		/*196*/
  top: 8px; 
  padding: 2px;
  border: 2px solid #40403E;
 }
