/* CSS für den Autoplay-Button */
.pswp__button--autoplay {
/* http://www.iconsplace.com/white-icons/play-icon */
background: transparent url(img/play.png) no-repeat scroll 16px 14px !important;
}
.pswp__button--autoplay.stop {
/* http://www.iconsplace.com/white-icons/stop-icon */
background-image: url(img/stop.png) !important;
}

/* CSS für Darstellung der Bilder */
.picture {

}
.gallerytable {
	margin:0px;
	/*border:1px solid #C0C0C0;
	border-collapse:collapse;*/
}
.gallerytd {
	vertical-align:top;
	/*border:1px solid #C0C0C0;*/
}
.thumbnail {
    border:1px solid #C0C0C0;
	border-radius: 5px;
    display: block;
    max-width: 90%;
    height: auto;
    vertical-align: top;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.caption {
	margin: 0.1em 0 0.5em 0.1em;
}
/* ---------- max-width 600px ----------- */
@media only screen and (max-width: 600px) {
    .caption {
        font-size: 86%;
		height: auto;
		margin: 0.1em 0 0.5em 0.2em;
    }
}
