/* @ group album view */
.photoAlbumEntry, .photoAlbumFolder {
	background-image: none;
}

.photoAlbumEntry {
	background-color: #57AB27;
	margin: 0 1em 1.7em 0;
	width: 23%;
	height: 20em;
	padding: 0;
}

.photoAlbumEntry a {
	margin: 0;
	width: 100%;
	height: 20em;
}

.photoAlbumEntry img {
	border: none;
	width: 100%;
}

.photoAlbumEntryTitle {
	background-color: #57AB27;
	color: #fff;
	display: block;
	width: 128px;
	height: auto;
	text-align: left;
	padding: 1em 5%;
	width: 90%;
	position: absolute;
	bottom: 0;
	z-index: 100;
	font-weight: normal;
}

a.photoAlbumImageInformation, a.photoAlbumImageDownload {
	width: 1.5em;
	height: 1.5em;
	display: block;
	position: absolute;
	bottom: 0.1em;
	right: 0;
	z-index: 300;
	color: #fff !important;
	font-size: 1.5em;
	font-weight: 900;
	background-color: #57AB27 !important;
}

a.photoAlbumImageInformation, #content a.photoAlbumImageInformation.link-overlay
	{
	right: 1.5em;
	border-bottom: none !important;
}
/* @end */