#carousel-wrapper {
	position: relative;
	margin-top: 5px;
	display:flex;
}

.carousel-picture {
	display:flex;
	width: 100%;	
	float: left;
	text-align: right;
}

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

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

.carousel-picture div {
	display: none;
}

.carousel-picture .active {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}

.carousel-picture img {
	max-height: 30em;
	max-width: 39em;
	cursor: zoom-in;
}

.carousel-slider {
	width: 13em;
	height: 100%;
	max-height: 30em;
	float: right;
	text-align: right;
	overflow-y: auto;
	padding-left: 0px;
	position: relative;
	cursor: pointer;
	overflow-x: hidden;
}

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

.carousel-slider img {
	width: 8em;
}

.carousel-slider .active {
	position: relative;
}

.carousel-slider .active:after {
	content: url("/img/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: 3em;
	background-color: white;
	opacity: 0.5;
	cursor: pointer;
}
.carousel-nav > i {
	margin: 5px;
}

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

.abigimage-prevBtn {
	display: none;
}