
.thumbSet {
	width: 350px;
	margin: 0 auto;
	display: block;
}
.thumbSet div {
	width: 80px;
	padding: 12px;
	border: solid 1px #999573;
	text-align: center;
	float: left;
	clear: none;
	margin: 4px;
}
.thumbSet a {
	color: #000;
	text-decoration: none;
}

.thumbSet div:hover {
	background: #999573;
	color: #FFF;
	border-color: #000;
}
.thumbSet div:hover a {
	color: #FFF;
}
.thumbSet div a {
	display: block;
	width: 80px;
	text-align: inherit;
	}
.thumbSet div img {
	border: none;
	margin: 0 auto;
	float: none;
}
.four {
	width: auto;
}
.two {
	width: 400px;
}
.two div, .two div a {
	width: 160px;

}
.four div, .four div a {
	width: 110px;
}
.four div span {
	height: 2.6em;
	display: block;
}

