.galleryblockdiv {
	display: inline-block;
	width: 320px;
	height: 180px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	text-align: center;
}

.gallerylistdiv {
	margin: 20px auto;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px dotted silver;
}

.galleryitemlink {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center 30% !important;
}

a.galleryalbumlink, a.galleryalbumlink:link, a.galleryalbumlink:active, a.galleryalbumlink:visited {
	background-size: cover !important;
	background-position: center 30% !important;
	display: inline-block;
	width: 320px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin: 0 20px 20px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-decoration: none;
}
a.galleryalbumlink:hover {
	margin: 2px 18px 18px 2px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-decoration: none;
}