.gal_img {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	display: table-cell;
	height: 142px;
	width: 142px;
	text-align: center;
	vertical-align: middle;
}

.gal_img img {
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #999999;
}

.gal_text {
	margin-bottom: 20px;
	clear: both;
}

.gal_imgbox {
	/* Derzeit keine speziellen Attribute */
}

.gal_list {
	/* Derzeit keine speziellen Attribute */
}