.jcarousel-skin-tab-products .jcarousel-container {
}

.jcarousel-skin-tab-products .jcarousel-container li {text-align:center; overflow:hidden;}
.jcarousel-skin-tab-products .jcarousel-container li a {text-decoration:none; color:#020202;}
.jcarousel-skin-tab-products .jcarousel-container li a:hover {text-decoration:underline;}
.jcarousel-skin-tab-products .jcarousel-container li .price {text-align:center; color:red;}

.jcarousel-skin-tab-products .jcarousel-container-horizontal {
    width: 210px;
    padding: 5px 30px;
}

.jcarousel-skin-tab-products .jcarousel-clip-horizontal {
    width:  210px;/*important*/
    /*height: 75px;*/
}

.jcarousel-skin-tab-products .jcarousel-item {
    width: 70px;
    /*height: 75px;*/
}

.jcarousel-skin-tab-products .jcarousel-item-horizontal {
    margin-right: 5px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tab-products .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: -4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

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

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

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

.jcarousel-skin-tab-products .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

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

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

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