body {
}
#gallery {
	position: relative;
	width: 800px;
}
#thumbs {
	width: 1200px;
	float: center;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	border: 3px solid: #5b544f;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 1px solid #5b544f;
}
#thumbs a:hover {
	border-color: #5b544f;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	center: 0px;
	top: 80;
	border: 1px solid #5b544f;
}
