body {
	background-color: #ffffff
}
#gallery {
	position: relative;
	width: 850px;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 80px;
	height: 80px;
	
}
#thumbs a img {
	width: 80px;
	height: 80px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 185px;
	top: 60;
	border: 1px solid #333;
}
