body {
	background-color: 
}
#gallery {
	position: relative;
	width: 685px;
}
#thumbs {
	width: 100px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 4px 4px;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
}
#thumbs a img {
	width: 40px;
	height: 40px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 106px;
	top: 0;
	border: 1px solid #333;
}
