/* Onder elkaar (zonder omschrijving) */

/* Thumbnails - de box die thumbnail + omschrijving omsluit */
.div-thumbnail {
	width: 100%;
	height: 110px;
	margin: 5px;
	border: none;
	clear: both;
	background-color: white;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Table om thumbnails te centreren in div-thumbnail               */
/* Het enige dat op alle browsers werkt om verticaal te centreren, */
/* is een table gebruiken!                                         */
.div-thumbnail table {
	width: 110px;
	height: 110px;
	display: inline;
	float: left;
}

.div-thumbnail table tbody tr {
	text-align: center;
	vertical-align: middle;
	width: 110px;
	height: 110px;
}

/* De omschrijving van de thumbnail (binnen div-thumbnail) */
.div-thumbnail-text {
	visibility: hidden;
}