/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{
	position: relative;
	width: 870px;
	padding-top: 8px;
	height: 536px;
}

#thumbs 
{ width: 850px; 
  float: right;
}

#thumbs a 
{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border: 2px solid #40403E;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}

#thumbs a img 
{ width: 100px; 
  height: 100px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

