/*
 Extra css for album pages | START
-----------------------------------------------------------------*/ 
.dzp.album img {
	width: 93%;
	max-height: 80px;
}
.dzp-album td {
	width: 20%;
	height: auto;
	vertical-align: bottom;
	padding: 5px;
	text-align: center;
}
div.dzpAltTextOuter {
	display: table;
	width: 100%;
	margin-top: -2px;
	border: 3px solid #888;
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0px;
}
div.dzpAltTextInner {
	width: 100%;
	height: 35px;
	padding: 0 3px;
	display: table-cell;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11px;
	line-height: 100%;
	background: #888;
	color: white;
}
/*
 Extra css for album pages | END
-----------------------------------------------------------------*/