/* 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:100%;
	clear:both;
	text-align:left;
	height:auto;
	margin-bottom:20px;
}

.setVervolg .image{
	width:200px;
	margin:10px;
	height:auto;
	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:350px;
	margin-top:10px;
}

.image .vergroot{
	width:22px;
}

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

/* einde fotoalbum css */

