body {
	background-color: #494949
}
#gallery {
	position: relative;
	width: 300px;
}
#thumbs {
	width: 230px;
	float: left;
}
#thumbs a {
	display: block;
	float: left;
	margin: 0 0 4px 1px;
	width: 57px;
	height: 60px;
	border: 0px solid #000;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 0;
}
#thumbs a:hover {
	border-color: #333;
}
#thumbs a:hover img {
	position: absolute;
	width: 405px;
	height: 367px;
	left: 175px;
	top: 0;
	border: 2px solid #FF6600;
}
