@charset "UTF-8";

.images_slider .big-image-wrap {
	display: inline-block;
	position: relative;
}
.images_slider #big-image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 450px;
	box-shadow: 0 0 2px #fff;
}
.images_slider {
	text-align: center;
}
.images_slider .small-images {
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.images_slider .small-image {
	width: 100px;
	height: auto;
	border: 1px solid #9aaf72;
}
.owl-nav button {
	position: absolute;
	background-color: transparent !important;
	border: 0;
	font-size: 30px !important;
	width: 50px;
	font-weight: bold;
}
.owl-next {
	right: 15px;
}
.owl-prev {
	left: 15px;
}

.images {
	width:420px;
}
.images ul {
	list-style: none !important;
	padding-left: 0px !important;
	margin-bottom:0;
	margin-top:0px !important;
}
.images ul li::before {
	background-image: none !important;
}
.images ul li {
	background-image: none;
	display: block;
	float: left;
	margin-right: 6px;
	cursor:pointer;
	padding: 0px !important;
}
.images ul li img {
	display: block;
	height: auto;
	max-width: 100%;
}
