<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cp-bg-slide {
	height: 100%;
	position: relative;
}

.slideimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	background:#111;
	background-size: 100% 100%;
	display: none;
}



.cp-slide-btn {
	height: 23px;
	width: 11px;
	cursor: pointer;
	position: absolute;
	bottom: 14px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 100
}

a#cp-back,a#cp-back:visited {
	left: 12px;
	background-image: url("../images/btn_back.png");
}

a#cp-back:hover {
	/*background-image: url("../images/btn_back_hover.png");*/
}

a#cp-next,a#cp-next:visited {
	left: 38px;
	background-image: url("../images/btn_next.png");
}

a#cp-next:hover {
	/*background-image: url("../images/btn_next_hover.png");*/
}</pre></body></html>