/* Image gallery
----------------------------------------------- */

div.gallery-list-item {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b5cbdc;
}

div.gallery-list-image {
	float: left;
	display: inline;
	margin: 0px 20px 5px 0;
	text-align:center;
}
.tx-edgallery-pi1 img {
	margin-top: 0;
}
div.gallery-image {
	float: left;
	margin: 0px 15px 15px 0;
}

.tx-edgallery-pi1-single-download a {
	display: block;
	width: 150px;
	text-align: center;
	background-color: #033d76;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	margin-left: 11px;
}
.tx-edgallery-pi1-single-download a:hover {
	background-color: #457ea7;
}