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