<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------- slider ---------*/
#slide {
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	z-index:2;
}

.slider { width:1000px;  margin:0 auto; position:relative; z-index:2; }
.items { display:none;}

.pagination { display:none;}

.prev { display:block; position:absolute; background:url(../images/prev.png) 0 0 no-repeat; width:83px; height:82px; left:-20px;
 top:320px; z-index:99;}
.prev:hover {background-position:0 bottom;}
.next { display:block; position:absolute; background:url(../images/next.png) 0 0 no-repeat; 
 width:82px; height:82px; right:-20px; top:320px; z-index:99;}
.next:hover {background-position:0 bottom; }

.banner{display:none;}
</pre></body></html>