<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
 .jcarousel-skin-destination-gallery .jcarousel-container {
    margin:0px auto 0 auto;
}

.jcarousel-skin-destination-gallery .jcarousel-container-horizontal {
    width:705px;
    padding: 0px 0px;
}

.jcarousel-skin-destination-gallery .jcarousel-clip-horizontal {
    float:left;
    width:705px;
    height:80px;
    padding:0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-destination-gallery ul.jcarousel-list {
    float:left;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    position: relative;
}

.jcarousel-skin-destination-gallery .jcarousel-item {
    width: 133px;
    height:67px;
    float:left;
    position:relative;
}

.jcarousel-skin-destination-gallery .jcarousel-item-horizontal {
    margin-right: 8px;
}

/*
.jcarousel-skin-destination-gallery .jcarousel-item-horizontal.views-row-last {margin-right:0;}
*/

.jcarousel-skin-destination-gallery .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-destination-gallery .jcarousel-next-horizontal {
    position: absolute;
    bottom:6px;
    right:0px;
    width:22px;
    height:65px;
    cursor: pointer;
    background: transparent url(images/carousel-nav-sprite-small.jpg) no-repeat -30px -71px;
}

.jcarousel-skin-destination-gallery .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-destination-gallery .jcarousel-next-horizontal:active {
    background-position: -30px 0;
}


.jcarousel-skin-destination-gallery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-destination-gallery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-destination-gallery .jcarousel-next-disabled-horizontal:active {
    background-position: -200px -200px;
    cursor: default;
}

.jcarousel-skin-destination-gallery .jcarousel-prev-horizontal {
    position: absolute;
    bottom:6px;
    left:0px;
    width:22px;
    height:65px;
    cursor: pointer;
    background: transparent url(images/carousel-nav-sprite-small.jpg) no-repeat 0 -71px;
}

.jcarousel-skin-destination-gallery .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-skin-destination-gallery .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-destination-gallery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-destination-gallery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-destination-gallery .jcarousel-prev-disabled-horizontal:active {
    background-position: -200px -200px;
    cursor: default;
}
</pre></body></html>