.jcarousel-skin-test .jcarousel-container {
    //-moz-border-radius: 10px;
    //background: #F0F6F9;
    //border: 1px solid #346F97;
}

.jcarousel-skin-test .jcarousel-container-horizontal {
    width: 235px;
    padding: 5px 23px;
}


.jcarousel-skin-test .jcarousel-clip-horizontal {
    width:  235px;
    height: 140px;
}


.jcarousel-skin-test .jcarousel-item {
    width: 220px;
    height: 140px;
}

.jcarousel-skin-test .jcarousel-item-horizontal {
    margin-right: 20px;
}


.jcarousel-skin-test .jcarousel-item-placeholder {
    //background: #fff;
    //color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-test .jcarousel-next-horizontal {
    position: absolute;
    top: 53px;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/homepage/slider/sliderarrow_down.png) no-repeat 0 0;
}

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

.jcarousel-skin-test .jcarousel-next-horizontal:active {
    background-position: -64px 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: -96px 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal {
    position: absolute;
    top: 53px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/homepage/slider/sliderarrow_up.png) no-repeat 0 0;
}

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

.jcarousel-skin-test .jcarousel-prev-horizontal:active {
    background-position: -64px 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: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-test .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-test .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-test .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

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

.jcarousel-skin-test .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-test .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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

