
#gallery 
{
	position: relative;
	width: 730px;
	height: 400px;
	padding-top: 4px;
	padding-bottom: 10px;
	left: 380;
	top: 210;
}

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

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #40403E;
}

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