.thumb {
	width: 106px;
	height: 106px;
	float: left;
	padding-top: 3px;
	background-image: url('/img/site/thumb.png');
	background-repeat: no-repeat;
	overflow: hidden;
}
.thumb_table {
	border: solid;
	width: 100px;
	height: 100px;
	border-width: 0px;
	text-align: center;
}
.thumb_table_hover {
	border: solid;
	width: 100px;
	height: 100px;
	border-color: a9a9a9;
	border-width: 1px;
	text-align: center;
	padding-bottom: 1px;
}
.thumb_img {
	border-width:1px;
	border-color:e7e7e7;
}