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

#gallery 
{
	width: 650px;
	padding-top: 8px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	overflow: hidden;
}

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

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

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

#thumbs a:hover {border-color: #8A8A8A;}

#thumbs a:hover img 
{
	width: 425px;
	height: 425px;
	top: 30px;
	padding: 2px;
	border: 2px solid #8A8A8A;
	position: absolute;
	left: 300px;
}
