#albumlijst table tr td
{
	
	width: 140;
	height: 140px;
	border: 1px solid #FFF;
	cursor: pointer;
}

#albumlijst table tr td a
{
	display: block;
	width: 140px;
	height: 140px;
	text-decoration: none;
}

#albumlijst table tr td:hover
{
	background-color: #ECECEC;
	border: 1px solid #999999;
	cursor: pointer;
}
