
img.foto{
	-moz-opacity: 0.4;
	filter: alpha (opacity=40);
	cursor: hand;
	}
div.img{
	margin: 5px;
	border: 1px solid #AFBFB4;
	float: left;
	text-align: center;
	}
div.img img{
	
	margin: 10px;
	border: 1px solid #ffffff;
		}
div.img a:hover img{
	border: 1px solid #AFBFB4;
	}
div.beschrijving{
	text-align: center;
	font-weight: normal;
	width: 220px;
	margin: 5px;	
	}


