/* fotomatrix */
div#fotomatrix {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div#fotomatrix table {
	border-collapse: separate;
	margin: 3px; 
}
div#fotomatrix td.leeg {
	/* totale breedte 160 */
	width: 185px;
	/* totale hoogte 160 */
	height: 185px;
}

div#fotomatrix td.foto {
	/* totale breedte 160 */
	width: 185px;
	padding-left: 0px;
	padding-right: 0px;
	/* totale hoogte 160 */
	height: 183px;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(../images/bg_foto.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
}
