#carousel-wrapper {
	width: 630px;
	max-height: 300px;
	position: relative;
	margin-top: 5px;
}

.carousel-picture {
	max-width: 450px;
	width: 450px;
	max-height: 300px;
	float: left;
	text-align: right;
	position: relative;
}

.carousel-center {
	text-align: center;
}

.carousel-right {
	text-align: right;
}

.carousel-picture div {
	display: none;
}

.carousel-picture .active {
	display: block !important;
}

.carousel-picture img {
	max-height: 300px;
	max-width: 450px;
	cursor: zoom-in;
}

.carousel-slider {
	width: 170px;
	height: 300px;
	max-height: 300px;
	float: right;
	text-align: right;
	overflow-y: auto;
	padding-right: 2px;
	position: relative;
	cursor: pointer;
}

.carousel-slider div {
	padding-bottom: 4px !important;
}

.carousel-slider img {
	width: 150px;
}

.carousel-slider .active {
	/* opacity: 0.2; */
	position: relative;
}

.carousel-slider .active:after {
	content: url("https://cdn.pdo.ru/images/left_arrow_white.png");
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	vertical-align: middle;
	margin-top: -26%;
	margin-left: -40px;
	opacity: 0.6;
}

.carousel-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	display:block !important;
	font-size: 34px;
	background-color: white;
	opacity: 0.5;
	cursor: pointer;
}
.carousel-nav > i {
	margin: 5px;
}

.abigimage-closeBtn, .abigimage-prevBtn {
	cursor: pointer;
}

.abigimage-prevBtn {
	display: none;
}