body {
}
#gallery2 {
	position: relative;
	width: 500px;
}
#thumbs2 {
	width: 1200px;
	float: center;
}
#thumbs2 a {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	border: 3px solid: #5b544f;
}
#thumbs2 a img {
	width: 50px;
	height: 50px;
	border: 1px solid #5b544f;
}
#thumbs2 a:hover {
	border-color: #5b544f;
}
#thumbs2 a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	center: 0px;
	top: -250;
	border: 1px solid #5b544f;
}
