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

#gallery{
position: relative; 
  width: 750px;
  padding-top: 8px;
}

#thumbs 
{ width: 305px; 
  float: right;
  
}

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

#thumbs a img 
{ width: 75px; 
  height: 67px; 
  border: 0;
}

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

#thumbs a:hover img 
{ position: absolute; 
  width: 450px; 
  height: 400px; 
  right: 287px; 
  top: 8px; 
  padding: 2px;
  border: 1px solid #40403E;
}
