.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;
}