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

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

#thumbs
{ 
	width: 656px; 
	float: left; 
	margin: 15px 0 15px 55px;
}

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

#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: 0px;
  top: 8px; 
  padding: 0px;
}
