#gallery 
{
	position: relative;
	width: 480px;
	height: 240px;
	padding-top: 10px;
}

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

#thumbs a 
{
	display: block;
	float: left;
	width: 50px;
	height: 38px;
	border: 2px solid #855C60;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}

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

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

#thumbs a:hover img 
{ position: absolute; 
  width: 320px; 
  height: 240px; 
  right: 10px; 
  top: 10px; 
  padding: 2px;
  border: 2px solid #40403E;
}

