.mx_photo_album {
	display: table;
	width: 100%;
	clear: both;
}

.mx_photo_album_subalbum, .mx_photo_album_image {
	border: 1px #DDD solid;
	display: table;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mx_photo_album_subalbum a, .mx_photo_album_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}

.mx_photo_album_subalbum img, .mx_photo_album_image img {
	float: left;
	clear: both;
}

.mx_photo_album_subalbum span, .mx_photo_album_image span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	margin: 7px 0 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* STUDIO 2B WEERGAVE */
.mx_photo_album p + .mx_photo_album_image, .mx_photo_album p + .mx_photo_album_image .button {
    display: block;
}

.mx_photo_album .mx_photo_album_image, .mx_photo_album_image .button {
    display: none;
}

.mx_photo_album .mx_photo_album_image:first-child, .mx_photo_album .mx_photo_album_image:first-child .button {
    display: block;
}

.mx_photo_album_image {
    border: 0 none;
    padding: 0;
}

.mx_photo_album_image .button {
    margin: 94px 0 0 137px;
    position: absolute;
}