<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;
 }

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;

}

 .gal2{
    position: relative;
    overflow: hidden;
}

.jcarousel ul {

    width: 10000em;
    position: relative;
      display: block;
    list-style: none;
    margin: 0;
    padding: 0;

}



.jcarousel li {

    float: left;
     margin: 0;
    padding: 0;
}

.jcarousel img {
    display: inline-block;
    max-width: 75%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
 position: absolute;
    top: 50%;
    margin-top: -115px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    font: 51px/33px Arial, sans-serif;

}

.prev2,
.next2 {
 position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font: 51px/33px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: 10px;
 color: #a1a1a1;
}

.jcarousel-control-prev:hover {
 color: #000;
     text-decoration: none;
    font: 51px/33px Arial, sans-serif;
}

.jcarousel-control-next {
    right: 15px;
    color: #a1a1a1;
}

.jcarousel-control-next:hover {
    color: #000;
        text-decoration: none;
    font: 51px/33px Arial, sans-serif;
}

/** 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;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #000;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

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