body {
	background-color: #004080;
}
#gallery {
	position: relative;
	width: 750px;
}
#thumbs {
	width: 250px;
	float: left;
	border:0px solid red;
}
#thumbs a {
	display: block;
	float: left;
	margin: 0 0 2px 2px;
	width: 70px;
	height: 70px;
	border: 2px solid #000;
}
#thumbs a img {
	width: 70px;
	height: 70px;
	border: 2px;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 300px;
	top: 0;
	border: 2px solid #333;
}
