.jcarousel-skin-stablestore .jcarousel-container {
    /* -moz-border-radius: 10px; */
    background: #F0F6F9;
}

.jcarousel-skin-stablestore .jcarousel-container-vertical {
    width: 190px;
    height: 270px;
    padding: 44px 0;
    margin-bottom: 25px;
}

.jcarousel-skin-stablestore .jcarousel-clip-vertical {
    width:  185px;
    height: 270px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dcdcdc;
}

.jcarousel-skin-stablestore .jcarousel-item {
    width: 185px;
    height: 90px;
}

.jcarousel-skin-stablestore .jcarousel-item-vertical {
    width: 185px;
    border-bottom: 1px solid #dedede;
}

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

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

.jcarousel-skin-stablestore .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 188px;
    height: 44px;
    cursor: pointer;
    background: transparent url(up.png) no-repeat;
}
