a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.SingleThumb {
	margin: 15px;
	background-color: #FFCC66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.ThumbTable {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #555555;
	margin: 15px;
	width: 720px;
}

.ThumbCell {
	margin: 2px;
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.ThumbCell img{
	display: block;
	margin: auto;
}
.Comments {
	font-size: 9px;
	color: #666666;
}

#BackLink {
	margin: 0px;
	padding-bottom: 5px;
}
#BackLink a{
	font-size: 10px;
	color: #333333;
	float: right;
}


