.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 200px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* CAROUSEL BUTTONS
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:428px;
    padding: 5px 0 5px 43px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 380px;
    height: 190px;
}
.jcarousel-skin-related .jcarousel-container-horizontal {
    width:528px;
    padding: 5px 0 5px 43px;
}
.jcarousel-skin-related .jcarousel-clip-horizontal {
    width: 480px;
    height: 190px;
}
.jcarousel-skin-related-promo .jcarousel-container-horizontal {
    width:95%;
    padding: 5px 0 5px 43px;
}
.jcarousel-skin-related-promo .jcarousel-clip-horizontal {
    width: 94%;
    height: 190px;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 5px;
    width: 32px;
    height: 95px;
    cursor: pointer;
    background: transparent url(/intercambio/contents/bto/bto-carousel-next.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
    background-position: -33px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -66px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -99px 0;
}
/* ANTERIOR */
.jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 32px;
    height: 95px;
    cursor: pointer;
    background: transparent url(/intercambio/contents/bto/bto-carousel-prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -33px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -66px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -99px 0;
}

