.showroom{
	margin-bottom: 25px;
	padding-top: 47%;
	height: 100px;
	overflow: hidden;
}

.showroom__big{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.showroom__big_next{
	display: none;
}

.showroom__previews{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 99999px;
}
.showroom__preview{
	float: left;
	margin-right: 11px;
}
.showroom__small{
	width: 162px;
	height: 89px;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.showroom__small:hover,
.showroom__preview_active .showroom__small{
	-webkit-filter: none;
	filter: none;
}

.showroom__arrow{
	position: absolute;
	top: 50%;
	margin-top: -106px;
	width: 68px;
	height: 112px;
	background: rgba(255,255,255,0.64);
	cursor: pointer;
	z-index: 10;
}
.showroom__arrow_left{
	left: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.showroom__arrow_right{
	right: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.showroom__arrow:hover{
	background: rgba(255,255,255,0.8);
}
.showroom__arrow:after{
	content: "";
	position: absolute;
	top: 13px;
	display: block;
	width: 48px;
	height: 86px;
	background-image: url(/local/templates/mdm/img/icons.png);
}
.showroom__arrow_left:after{left: 7px; background-position: -328px 0;}
.showroom__arrow_right:after{right: 7px; background-position: -376px 0;}
.showroom__arrow_left:hover:after{background-position: -424px 0;}
.showroom__arrow_right:hover:after{background-position: -472px 0;}

@media screen and (max-width: 1000px) {
	.showroom__arrow{
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@media screen and (max-width: 550px) {
	.showroom__arrow{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}