.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
    height: 180px;
    padding-top: 40px;
    padding-left: 80px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 155px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 114px;
    height: 113px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 10px;
  margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: relative;
    top: -332px;
    left: 806px;
    /*top: -332px;
    right: 55px;*/
    width: 57px;
    height: 155px;
    cursor: pointer;
    background: transparent url(../img/slide_home/right_arrow_products.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url(../img/slide_home/right_arrow_products.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: relative;
    top: -186px;
    right: 55px;
    /*top: -186px;
    left: 806px;*/
    width: 57px;
    height: 155px;
    cursor: pointer;
    background: transparent url(../img/slide_home/left_arrow_products.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url(../img/slide_home/left_arrow_products.png);
}


