#gallery {
	position: relative; 
  	width: 820px;
  	padding-top: 8px;
}
#thumbs {
	width: 300px; 
  	float: left;	
}
#thumbs a {
	display: block; 
  	float: left; 
  	margin: 15px 0px 8px 14px; 
  	width: 75px; 
  	height: 50px; 
  	border: 2px solid #40403E;
}
#thumbs a img { 
	width: 75px; 
  	height: 50px; 
  	border: 0;
}
#thumbs a:hover {
	border-color: #DDD;
	background: #555;
}
#thumbs a:hover img {
 	position: absolute; 
  	width: 600px; 
  	height: 420px; 
  	right: 845px; 
  	top: 55px; 
  	padding: 2px;
  	border: 2px solid #40403E;
}
