#gallery {
	padding-top: 8px;
	position: relative;
	width: 656px;
}

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

#thumbs a {
	border-color: #40403E;
	border-style: solid;
	border-width: 2px;
	display: block;
	float: right;
	height: 40px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 1px;
	width: 60px;
}

#thumbs a img {
	height: 40px;
	width: 60px;
}

#thumbs a:hover {
	border-color: #ddd;
}

#thumbs a:hover img {
	border-color: #40403E;
	border-style: solid;
	border-width: 2px;
	height: auto;
	padding: 2px;
	position: absolute;
	right: 196px;
	top: 8px;
	width: auto;
}