.selected
{
	border-right: blue solid;
	border-top: blue solid;
	border-left: blue solid;
	border-bottom: blue solid;
}

.notselected
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.highlight
{
	border-right: pink solid;
	border-top: pink solid;
	border-left: pink solid;
	border-bottom: pink solid;
}

.thumbnail
{
	width: 120px;
	height: 120px;
	text-align: center;
}
