#gallery 
{ position: relative; 
  width: 520px;
  height:305px;
  padding-bottom:5px;
  border-bottom:dotted 1px #000;
}

#thumbs 
{ width: 200px; 
  float: left;
}

#thumbs a 
{
	display:block;
	float: left;
	margin: 0px 6px 6px 0px;
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
}

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

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position:absolute; 
  width: auto; 
  height: 270px;
  top:0px;
  left:174px;
  border: 1px solid #ddd;
}
