.av-galeriajr {
	position: relative;
	margin-bottom: 20px;
}

.av-galeriajr .av-galeriajr-slide {
	box-sizing: border-box;
}

.av-galeriajr .av-galeriajr-lightbox {
	display: block;
}

.av-galeriajr .av-galeriajr-lightbox img {
	display: block;
	width: 100%;
	height: auto;
}

.av-galeriajr .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 0;
	padding: 0;
}

.av-galeriajr .slick-arrow:before {
	font-family: 'entypo-fontello';
	font-size: 18px;
	color: #fff;
}

.av-galeriajr .slick-prev {
	left: 0;
}

.av-galeriajr .slick-prev:before {
	content: '\e888';
}

.av-galeriajr .slick-next {
	right: 0;
}

.av-galeriajr .slick-next:before {
	content: '\e889';
}
