<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	border:0px solid #f80909;
	 height: 110px;
    width:890px;
	margin:0 auto;
	margin-top:20px;
}

.jcarousel-skin-tango .jcarousel-item {
	border:0px solid #fff;
    height: 130px;
    width:150px;
    margin-left:0px;
	/*background:#c4c4c4;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	
    margin-right: 1px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 5px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 30px;
    right: -1px;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/carusel/right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(../../../img/header/prev-vertical.png);
}




.jcarousel-skin-tango .jcarousel-prev-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 30px;
    left: 22px;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/carusel/left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../../img/header/prev-vertical.png);
}

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