﻿ 
 
.plugin_max {
	position: relative;
}
.plugin_max .item {
	text-align: center;
}
.plugin_max .item img {
	width: 100%;
}
.plugin_max .owl-buttons div {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	line-height: 1;
	color: #fff;
	font-size: 80px;
	opacity: 0.6;
}
.plugin_max .owl-buttons div:hover {
	color: #fff;
	opacity: 1;
}
.plugin_max .owl-buttons .owl-prev {
	left: 50px;
}
.plugin_max .owl-buttons .owl-next {
	right: 50px;
}
.plugin_max .owl-controls .owl-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.plugin_max .owl-controls .owl-page {
	display: inline-block;
}
.plugin_max .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	opacity: 0.5;
	border-radius: 50%;
	background: #fff;
}
.plugin_max .owl-controls .owl-page.active span, .plugin_max .owl-controls .owl-page:hover span {
	background: #0689db;
	opacity: 1;
}
 