<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.carousel {
	position:relative;
	overflow:hidden;
	width:930px;
	min-height:220px;
	margin:0 auto;
}
.carousel-container {
	width:942px;
	margin:0 auto;
}
.jCarouselLite {width:100% !important;}
.carousel .prev, 
.carousel .next {
	display:block;
	width:17px;
	height:17px;
	text-indent:-9999em;
	cursor:pointer;
	position:absolute;
	top:126px;
	z-index:99;
}
.carousel .prev {left:0; background:url(../images/right.jpg) 0 0 no-repeat;}
.carousel .next {right:0; background:url(../images/right.jpg) 0 0 no-repeat;}
.carousel .next:hover,
.carousel .prev:hover {cursor:pointer;}
.carousel-list li {
	width:145px;
	height:120px;
	margin-right:15px;
}

.img-border {
	
	
}

/* -- gallery  begin --*/
#gallery {
	width:900px;
	height:882px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#js {
	position:relative;
	width:900px;
	margin:0 auto;
	font-size:14px;
	line-height:25px;
}</pre></body></html>