<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jcarousel-clip {
    float: left;
    margin: 0 0 0 15px;
    width: 705px;
}
.layout-sidebar-right .jcarousel-clip, .layout-sidebar-left .jcarousel-clip {
    width: 540px;
}
.jcarousel-direction-rtl {
    direction: rtl;
}      
.jcarousel-skin-tango .jcarousel-item {
    height: 330px;
    margin: 0;
    padding: 0;
    width: 184px;
}
.jcarousel-next-horizontal {
    background: url("../images/icons/control-jcarousel.png") no-repeat scroll center bottom transparent;
    cursor: pointer;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 95px;
    width: 19px;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url("../images/icons/control-jcarousel.png") !important;
    left: 5px;
    right: auto;
}
.jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
    cursor: default;    
    opacity: 0.3;
}
.jcarousel-prev-horizontal {
    background: url("../images/icons/control-jcarousel.png") no-repeat scroll center top transparent;
    cursor: pointer;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 75px;
    width: 19px;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url("../images/icons/control-jcarousel.png") !important;
    left: auto;
    right: 5px;
}
.jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
    cursor: default;                    
    opacity: 0.3;
}
.jcarousel-next-vertical {
    background: url("next-vertical.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    width: 32px;
}
.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover, .jcarousel-next-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;             
    opacity: 0.3;
}
.jcarousel-prev-vertical {
    background: url("prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    top: 5px;
    width: 32px;
}
.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover, .jcarousel-prev-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;      
    opacity: 0.3;
}

/* PORTFOLIO */
.portfolio-slider .jcarousel-clip { margin:0; }
.layout-sidebar-no .portfolio-slider .jcarousel-clip { width:890px; }
.layout-sidebar-right .portfolio-slider .jcarousel-clip { width:610px; }
.portfolio-slider .jcarousel-prev-horizontal { top:45px; }
.portfolio-slider .jcarousel-next-horizontal { top:65px; }</pre></body></html>