/* fotoalbum css */
.set, .setVervolg{
	position:relative;
width:165px;
height:163px;
border:1px solid #6d4d24;
background:#e0e0e0;
float:left;
margin-right:10px;
text-align:center;
margin-bottom:20px;
}
.three{
	margin-right:0px;
}

.setVervolg{
	width:182px;
	text-align:left;
	height:auto;
	margin-bottom:20px;
}

.setVervolg .image{
    width: 182px;
    height: 142px;
	float:left;
}

.image img{
	max-width:100%;
	max-height:130px;
}
.set .info{
	margin-top:3px;
}
.info a{
	color:#666;
}
.vergroot{
	position:absolute;
	bottom:0px;
	left:0px;
}

.setVervolg .info{
	float: left;
	width: 100%;
	font-size: 15px;
	text-align: center;
	background-color: #3b3b3b;
}
	.setVervolg .info a{
		color: #eabd0c;
		font-family: 'dinregular', sans-serif;
		text-decoration: none;
		width: 100%;
		float: left;
		padding: 10px 0;
	}

.image .vergroot{
	width:22px;
}

.image{
	width:100%;
	margin:0px auto;
	height:130px;
}

/* einde fotoalbum css */

