#gallery 
{ position: relative; 
  width: 656px;
  padding-top: 8px;
}

#thumbs 
{ width: 205px; 
  float: right;
}

#thumbs a 
{
	display: block;
	float: left;
	width: 200px;
	height: 80px;
	border: 2px solid #FFFFFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}

#thumbs a img 
{
	width: auto;
	height: 80px;
	border: 0;
}

#thumbs a:hover {border-color: #8A8A8A;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #8A8A8A;
}
