#thumbs a {
	padding: 0;
	background: none;
	border: 0;
}
#thumbs {
	border: 0;
	background: lime;
	padding: 0 1em;
}
#thumbs div {
	width: 100%;
	float: left;
	margin: 1em 0
}
#thumbs ul {
	float: left;
	position: relative;
	padding: 0 4px 4px 0;
	margin: 0 auto;
}
#thumbs li {
	float: left;
	margin: 10px 0 0 10px;
	list-style-type: none;
}
#thumbs a {
	height: 80px; /* 40 */
	width: 80px; /* 40 */
	display: block;
	float: left;
	overflow: hidden;
	border: 0;
	padding: 0;
}
#thumbs a img {
	margin: -32px 0 0 -32px;
}
#thumbs a:hover {
	position: relative;
	left: -39px;
	top: -39px;
	margin: 0 -84px -84px 0;
	height: 150px; /* 88 */
	width: 150px; /* 88 */
	background: #fff;
	z-index: 6;
	padding: 1px;
	border: 6px solid #fff;
}
#thumbs a:hover img {
	margin: 0;
}