.jcarousel-skin-test .jcarousel-container {
margin:0px;
padding:0px;

}

.jcarousel-skin-test .jcarousel-container-horizontal {
    width: 452px;
    padding: 20px 50px;
}

.jcarousel-skin-test .jcarousel-clip-horizontal {
    width:  492px;
    height: 152px;
}


.jcarousel-skin-test .jcarousel-item {
    width: 120px;
    height: 152px;
}

.jcarousel-skin-test .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-test .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-test .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(next.jpg) no-repeat 0 0;
}

.jcarousel-skin-test .jcarousel-next-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-skin-test .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-test .jcarousel-next-disabled-horizontal,
.jcarousel-skin-test .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-test .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(prev.jpg) no-repeat 0 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-test .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-test .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-test .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

