<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 5px;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background: transparent url(/content/img/jcarousel-next-horizontal-es.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background: transparent url(/content/img/jcarousel-prev-horizontal-es.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-bordertopbot
{
	height: 2px;
	width: auto;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #d6d6d6 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#d6d6d6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#d6d6d6 50%,#ffffff 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#d6d6d6 50%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#d6d6d6 50%,#ffffff 100%);
	background: linear-gradient(left,  #ffffff 0%,#d6d6d6 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}


.jcarousel-item img 
{
	width: 80px;	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal { /*width: auto !important;*/}</pre></body></html>