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

.jcarousel-skin-tango-baner1 .jcarousel-item {
	border:0px solid #12ec0d;
    height: 360px;
    width:980px;
}

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

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

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

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

/**
 *  Horizontal Buttons
 **/
.jcarousel-skin-tango-baner1 .jcarousel-next-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 90px;
    right:-15px;
    width: 50px;
    height: 55px;
    cursor: pointer;
    background: transparent url(../images/carusel/r.png) no-repeat 0 0;
}

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


.jcarousel-skin-tango-baner1 .jcarousel-prev-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 80px;
    left: -10px;
    width: 50px;
    height: 55px;
    cursor: pointer;
    background: transparent url(../images/carusel/l.png) no-repeat 0 0;
}

.jcarousel-prev .jcarousel-prev-horizontal:hover{
	background: transparent url(../images/carusel/l_h.png) no-repeat 0 0;
}
.jcarousel-skin-tango-baner1 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../../img/header/prev-vertical.png);
}

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