.mThumbnailScroller {
	-ms-touch-action: none;
	touch-action: none;
}
.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mTSWrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mTSContainer {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.mTSContainer, ol.mTSContainer {
	list-style: none;
}
.mTSThumb,  ul.mTSContainer > li img {
	vertical-align: bottom;
}
.mTS_vertical .mTSContainer {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.mTS_horizontal .mTSContainer {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mTSButton {
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 14px;
	overflow: hidden;
	text-align: center;
	background-color: #000;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.content .mTSButton {
	opacity:0;
}
.content:hover .mTSButton {
	opacity:1;
}
.mTSButtonRight {
	left: auto;
	right: 0;
}
.mTSButtonUp,  .mTSButtonDown { /* margin is half the button size */
	left: 50%;
	margin-left: -24px;
	display:none;
}
.mTSButtonLeft {
	top: 50%;
	margin-top: -24px;
	background-image: url('../images/prev.png');
    background-size: 70%;
    background-repeat: no-repeat;
	background-position:center;
    width: 20px;
    height: 48px;

}
.mTSButtonRight { /* margin is half the button size */
	top: 50%;
	margin-top: -24px;
	background-image: url('../images/next.png');
    background-size: 70%;
    background-repeat: no-repeat;
	background-position:center;
    width: 20px;
    height: 48px;

}
.mTSButtonIconContainer {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}
.mTSButtonIcon { /* SVG icon */
	display: inline-block;
	fill: #fff; /* button icon color */
	position: absolute;
	top: 0;
	left: 0;
}
.content:hover .mTSButton.mTS-hidden,  .content:hover .mThumbnailScroller.mTS_no_scroll .mTSButton {
	opacity:.3;
}
@media (max-width: 991px ) {
.content .mTSButton {
	opacity:1;
}
.content:hover .mTSButton.mTS-hidden,  .content:hover .mThumbnailScroller.mTS_no_scroll .mTSButton {
	opacity:1;
}
}
