#slides {
	position: relative;
}
#slides .slides-container {
	margin: 0px;
}
#slides .scrollable {
	left: 0px; top: 0px; height: 100%; position: relative; -ms-overflow-y: auto; -webkit-overflow-scrolling: touch;
}
#slides .scrollable::after {
	clear: both; display: table; content: "";
}
.slides-navigation a {
	outline: 0px; top: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; margin-top: -20px; position: absolute; z-index: 99; -ms-zoom: 1;
}
.slides-navigation a.prev {
	color: rgb(255, 255, 255); font-size: 42px;
}
.slides-navigation a.next {
	color: rgb(255, 255, 255); font-size: 42px;
}
.slides-navigation a.prev:hover {
	color: rgb(255, 255, 255); font-size: 56px;
}
.slides-navigation a.next:hover {
	color: rgb(255, 255, 255); font-size: 56px;
}
.slides-navigation a.prev {
	left: 10px;
}
.slides-navigation a.prev::after {
	font-family: "FontAwesome"; content: "\f104";
}
.slides-navigation a.next {
	right: 10px;
}
.slides-navigation a.next::after {
	font-family: "FontAwesome"; content: "\f105";
}
.slides-pagination {
	width: 100%; text-align: center; bottom: 25px; position: absolute; z-index: 20;
}
.slides-pagination a {
	background: rgb(255, 255, 255); margin: 4px; border-radius: 50%; width: 12px; height: 12px; text-indent: -100px; overflow: hidden; display: inline-block; -ms-zoom: 1; -webkit-border-radius: 50%;
}
.slides-pagination a:hover {
	background: rgb(126, 131, 68);
}
.slides-pagination a.current {
	background: rgb(126, 131, 68);
}
.slides-fullscreen-img {
	background-position: center; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover;
}
