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

#gallery 
{ position: relative; 
  width: 665px;
  padding-top: 8px;
  height: 350px;
  background-color:#fff;
}

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

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

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

#thumbs a:hover {
	border-color: #978DBB;
}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 8px; 
  padding: 2px;
  margin-right:15px;
  border: 1px solid #40403E;
}
