<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
#jssor_1 {
	width:100% !important;
}
.imageer {
	width:312px !important;
}
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('img/a17.png') no-repeat;
	overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01-88-60 .p            (normal)
.jssort01-88-60 .p:hover      (normal mouseover)
.jssort01-88-60 .p.pav        (active)
.jssort01-88-60 .p.pdn        (mousedown)
*/
.jssort01-88-60 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 60px;
}

.jssort01-88-60 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01-88-60 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01-88-60 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 84px;
	height: 56px;
	border: #000 2px solid;
	box-sizing: content-box;
	background: url('img/t01.png') -800px -800px no-repeat;
	_background: none;
}

.jssort01-88-60 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 84px;
	height: 56px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01-88-60 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 86px;
	height: 58px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01-88-60 .p.pdn .c {
	background-position: 50% 50%;
	width: 84px;
	height: 56px;
	border: #000 2px solid;
}</pre></body></html>