<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li {
	float: left;
	list-style: none;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
.jcarousel-container-horizontal {
	
}
.jcarousel-clip-horizontal {
	width: 88em;
	margin: 0 auto;
}
.jcarousel-item {
   
}
.jcarousel-item-horizontal {
	margin-right: 1em;
}
.jcarousel-item-placeholder {
	
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
	cursor: default;
	opacity: .3;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal {
	position: absolute;
	width: 11px;
	height: 12px;
	top: 9em;
	cursor: pointer;
}
.jcarousel-prev-horizontal {
	left: -1.8em;
	background: url(/resources/images/bot-control-prev.png) no-repeat 0 0;
}
.jcarousel-next-horizontal {
	right: -1.8em;
	background: url(/resources/images/bot-control-seg.png) no-repeat 0 0;
}
</pre></body></html>