.thumbs {
	position: relative;
	margin-right: -10px;
}

.thumbs td {
	padding-right: 6px;
	padding-bottom: 6px;
}

.thumbs td.last {
	padding-right: 0;
}

.thumbs td div.outercontainer {
	background-image: url(../images/thumbnail_drop_shadow.png);
	background-repeat: no-repeat;
	background-color: inherit;
	border-width: 0px;
	border-color: #ddd;
	border-style: solid;
	position: relative;
	overflow: hidden;
	width: 187px;
	height: 187px;
}

.thumbs td div.innercontainer {
	position: absolute;
	padding: 0px;
	background-color: #fff;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

.thumbs img {
	font-size: .8em;
	vertical-align: top;
	background-color: #000;
}
