.slideshow-wrap{
	margin:0 auto;
	border:solid 1px;
}
.owl-carousel .owl-item .owl-img {
	max-height:600px;
	width:auto;
	margin:0 auto;
	max-width: 100%;
}
.slideshow-caption {
	padding:0 2em;
	display: none;
}
.active .slideshow-caption {
	display: block;
}
.slideshow-strip {
	margin:1em 0;
}
.slideshow-strip-cell{
	background-size: cover;
    width: 125px;
    display: block;
    margin: 0 auto;
    padding-top: 100%;
    background-position: 50% 50%;
    max-width: 100%;
}
.slideshow-wrap .owl-prev:hover, .slideshow-wrap .owl-next:hover {
	opacity: 1;
	background:gray;
	background:rgba(123, 123, 123, .25);
}