.image-slider .swiper-button-prev.swiper-button-disabled,
.image-slider .swiper-button-next.swiper-button-disabled {
	display:  none;
}

.image-slider .swiper-pagination {
	position: static;
	height: 2em;
}
.image-slider .swiper-button-next, .image-slider .swiper-button-prev {
	position: absolute;
	top: 40%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	filter: alpha(opacity=50);
}
.image-slider .swiper-button-next {
	right: 15px;
	left: auto;
}    
.image-slider .swiper-button-prev {
	right: auto;
	left: 15px;
}
.image-slider .figure-caption {
	position: static;
	background: none;
	font-style: italic;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;    
}
.image-slider .figure-caption .fullscreen-link {
	float: right;
	margin-left: 1em;
}
.image-slider .figure-caption:after {
	clear: both;
	content: '';
	display: block;
}
.image-slider .figure-caption.fullscreen-link {
	position: absolute;
	right: 0px;
	bottom: 0.6em;
	padding: 0px;
	z-index: 15;
}

.image-slider .swiper-slide img {
	height: 400px;
	max-width: 700px;
	width: auto;
}
.image-slider .swiper-slide .figure-placeholder {
	width: 700px;
	height: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.image-slider .swiper-slide:nth-child(odd) {
	text-align: center;
}
.image-slider .swiper-wrapper {
	border-bottom: 3px solid lightgray;
	margin-bottom: 8px;
}