<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: 100%; min-height:200px;
    margin-bottom: 30px; padding:20px 0px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

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

.jcarousel li {
    width:180px !important;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: table;
    margin:auto;
    max-width: 100%;
    height: auto !important;

}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size:46px; font-weight:bold;
    font-family: Roboto, sans-serif;
    border-radius: 50%;
    position: absolute;
    right:44%;
    margin-right: -25px;
    cursor: pointer;
    height:50px;
    width: 50px;
    border:1px solid #212d6b;
    line-height:36px;
    background: #212d6b; margin:30px 0px; 
}

.jcarousel-control-prev {
    right: 50%;
    margin-right: 0px;

}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    border:1px solid #3aaf00;
    text-decoration: none;
    color: #fff;
    background: #3aaf00;
}
/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}




</pre></body></html>