/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{
	position: relative;
	width: 840;
	padding-top: 8px;
}

#thumbs 
{
	width: 225px;
	float: left;
}

#thumbs a 
{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border: 2px solid #98915F;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{
	position: absolute;
	width: auto;
	height: auto;
	right: 55px;
	top: 9px;
	border: 2px solid #98915F;
}
