<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layer slider */
.ls-v6 .ls-bottom-slidebuttons a {
	border-color: rgba(0, 0, 0, 0.5) !important;
}
.ls-v6 .ls-bottom-slidebuttons a:hover {
	border-color: rgba(0, 0, 0, 0.8) !important;
}

.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
	background-color: rgba(0, 0, 0, 0.7);
}
.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active:hover {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.ls-v6 .ls-nav-start:after {
	border-top-color: rgba(0, 0, 0, 0.5);
	border-right-color: rgba(0, 0, 0, 0.5);
}
.ls-v6 .ls-nav-start:hover:after,
.ls-v6 .ls-nav-start-active:after {
	border-top-color: rgba(0, 0, 0, 0.8);
	border-right-color: rgba(0, 0, 0, 0.8);
}

.ls-v6 .ls-nav-stop {
	border-left-color: rgba(0, 0, 0, 0.5) !important;
	border-right-color: rgba(0, 0, 0, 0.5) !important;
}

.ls-v6 .ls-nav-stop:hover,
.ls-v6 .ls-nav-stop-active {
	border-left-color: rgba(0, 0, 0, 0.8) !important;
	border-right-color: rgba(0, 0, 0, 0.8) !important;
}

.ls-v6 .ls-nav-prev:after,
.ls-v6 .ls-nav-next:after {
	border-top-color: rgba(0, 0, 0, 0.5);
}
.ls-v6 .ls-nav-prev:after {
	border-left-color: rgba(0, 0, 0, 0.5);
}
.ls-v6 .ls-nav-next:after {
	border-right-color: rgba(0, 0, 0, 0.5);
}
.ls-v6 .ls-nav-prev:hover:after {
	border-top-color: rgba(0, 0, 0, 0.8) !important;
	border-left-color: rgba(0, 0, 0, 0.8) !important;
}
.ls-v6 .ls-nav-next:hover:after {
	border-top-color: rgba(0, 0, 0, 0.8) !important;
	border-right-color: rgba(0, 0, 0, 0.8) !important;
}
/* end - layer slider */</pre></body></html>