
#gallery {
	position: relative;
	width: 850px;
}

#gallery3 {
	position: relative;
	width: 500px;
}
#thumbs {
	width: 210px;
	float: left;
}
#thumbs3 {
	width: 250px;
	float: center;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 100px;
	height: 100px;
	border: 0px solid #000;
}
#thumbs a img {
	width: 100px;
	height: 100px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 210px;
	top: 0;
	border: 1px solid #333;
}
