div.galleryRow {
	margin-bottom:			25px;
}

div.galleryRow div {
	float:					left;
	display:				block;
	text-align:				center;
	margin:					0px 30px;
}

* html div.galleryRow div {
	float:					left;
	display:				block;
	text-align:				center;
	margin:					0px 25px;
}

div.galleryRow div.first {
	margin-left:			0px;
}

div.galleryRow div.last {
	margin-right:			0px;
}

div.galleryRow div img {
	border:					0px solid #656766;
	display:				block;
	margin:					5px; /*neu*/
}

div.galleryRow div span {
	display:				block;
}