.gs-gallery {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #eee;
	max-width: 760px;
	margin: 20px auto;
}
.gs-gallery .slide-navigation {
	padding: 5px 0;
	text-align: center;
	width: 100%;
	height: 40px;
}
.gs-gallery .slide-navigation img {
	width: auto;
	height: 100%;
	border: 2px solid transparent;
}
.gs-gallery .slide-navigation img:hover {
	border: 2px solid #fff;
}
.gs-gallery .slides {
	width: 1000%;
	margin-left: 0px;
	overflow: hidden;
}
.gs-gallery .slide {
	margin: 0 auto;
	padding: 0;
	width: 10%;
	float: left;
	text-align: center;
}
.gs-gallery .slide-image img,
.gs-gallery .slide-image iframe {
	max-width: 100%;
}
.gs-gallery .slide-image.gs-html {
	padding: 0 40px;
}
.gs-gallery .slide .description {
	padding: 10px;
	text-align: left;
}
.gs-gallery .slide .bildnachweis {
	padding: 10px;
	text-align: center;
	margin: 10px 0 0;
	font-size: 10px;
}
.gs-gallery .gs-gallery-clearfix {
	clear: both;
}
.gs-gallery .gs-arrow {
	position: absolute;
	display: block;
	text-decoration: none;
	top: 0;
	height: 100%;
	width: 15%;
	vertical-align: middle;
}
.gs-gallery a {
	outline: none !important;
}
.gs-gallery .gs-arrow-right:hover,
.gs-gallery .gs-arrow-left:hover {
/*			background-color: rgba(255,255,255,0.3);*/
}
.gs-gallery .gs-arrow-right {
	text-align: right;
	right: 0;
}
.gs-gallery .gs-arrow-right:after {
	position: absolute;
	content: '>';
	color: #ddd;
	font-weight: bold;
	font-size: 36px;
	right: 10px;
	margin-top: -12px;
	top: 50%;
}
.gs-gallery .gs-arrow-right:hover:after {
	color: #fff;
}
.gs-gallery .gs-arrow-left {
	text-align: left;
	left: 0;
	visibility: hidden;
}
.gs-gallery .gs-arrow-left:after {
	position: absolute;
	content: '<';
	color: #ddd;
	font-weight: bold;
	font-size: 36px;
	left: 10px;
	margin-top: -12px;
	top: 50%;
}
.gs-gallery .gs-arrow-left:hover:after {
	color: #fff;
}
.gs-gallery .gs-arrow span {
	position: absolute;
	top: calc(50%);
	right: 30px;
	font-size: 40px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.gs-gallery .slide-navigation {
		display: none;
	}
}
@media screen and (max-device-width: 767px) {
	.gs-gallery .slide-navigation {
		display: none;
	}
}
