td.thumb-large {
	height: 280px;
	width: 272px;
	max-width: 272px;
}
td.thumb-middle {
	height: 136px;
	width: 102px;
	max-width: 102px;
}
td.thumb-small {
	height: 88px;
	width: 72px;
	max-width: 72px;
}
tr.thumb > td {
	border: 1px dashed transparent;
	vertical-align: bottom;
}
tr.thumb > td[class*="thumb-"]:hover {
	border: 1px solid #7da2ce;
	border-radius: 4px;
	cursor: pointer;
	color: inherit;
	background: linear-gradient(#dceafc, #c1dbfc);
}
tr.thumb > td > a {
	display: block;
}
