<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jcarousel-wrapper {
    position: relative;
	width: 630px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 539px;
	margin-right: 49px;
	margin-top: 13px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: right;
	width: 66px;
	height: 66px;
	margin-left: 11px;
	text-align: center;
	color: #141110;
	font-family: OpenSansRegular;
	font-size: 14px;
}

.jcarousel li div {
	padding: 0 52px;
}

.jcarousel li div a {
	text-decoration: none;
	line-height: 23px;
}

.jcarousel li div a:hover {
	text-decoration: underline;
	color: #fcc912;
}

.jcarousel img {
    max-height: 100px;
	margin-bottom: 36px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
	top: 16px;
	width: 26px;
	height: 36px;
	text-align: center;
    cursor: pointer;
}

.jcarousel-control-prev {
    /* @noflip */
    left: 0px;
	background: #3278b4 url(../images/arrow_left.png) no-repeat;
}

.jcarousel-control-next {
    /* @noflip */
    right: 0px;
	background: #3278b4 url(../images/arrow_right.png) no-repeat;
    cursor: pointer;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}</pre></body></html>