<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.unslider {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 80%;
	height:80%;
	position: absolute;
	z-index: 15;
	left: 10%;
	top: 10%;
	font-size: 0;
}
#p6level1 div.unslider {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	position: absolute;
	z-index: 15;
	left: 0%;
	top: 0%;
	font-size: 0;
}

.unslider-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.unslider-wrap.unslider-carousel&gt;li {
	float: left
}
.unslider-vertical&gt;ul {
	height: 100%
}
.unslider-vertical li {
	float: none;
	width: 100%
}
.unslider-fade {
	position: relative
}
.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	color: #fff;
	width: 100%;
}
.unslider li {
	text-align: center;
}
.unslider li img {
	width: 86.5%;
	height: auto;
	background-color: rgba(0,0,0,0);
	object-fit: contain;
}
.unslider-arrow {
	position: absolute;
	left: 10%;
	bottom: 1%;
	z-index: 50;
	cursor: pointer;
	background: url(../images/left.png) no-repeat 0% 50%;
	background-size: auto 50%;
	font-size: 0;
	width: 12.26%;
	max-width:92px;
	height: 10%;
}
.unslider-arrow.next {
	left: auto;
	right: 10%;
	background: url(../images/right.png) no-repeat 100% 50%;
	background-size: auto 50%;
}
.unslider nav {
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0%;
	width: 100%;
	z-index:40;
}
.unslider ol {
	font-size: 0;
	width: 100%;
	height: 10px;
	text-align:center;
}
.unslider ol li {
	width: 50px;
	height: 5px;
	display: inline-block;
	margin: 0 5px;
	background-color: rgba(255,255,255,0.4);
	border-radius:8px;
}
.unslider ol li.unslider-active {
	background-color: #fff;
}
.menu-content{display:none;}
</pre></body></html>