.jcarousel-skin-edocs-short .jcarousel-container {
    background: #FFFFFF;
}

.jcarousel-skin-edocs-short .jcarousel-container-vertical {
    width: 574px;
    height: 336px;
    padding: 25px 0px;
}

.jcarousel-skin-edocs-short .jcarousel-clip-vertical {
    width: 560px;
    height: 336px;
}

.jcarousel-skin-edocs-short .jcarousel-item {
    width: 540px;
    height: 160px;
}

.jcarousel-skin-edocs-short .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-edocs-short .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 264px;
    width: 46px;
    height: 17px;
    cursor: pointer;
    background: transparent url(/images/edocs_carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-edocs-short .jcarousel-next-vertical:hover {
    background-position: 0 -17px;
}

.jcarousel-skin-edocs-short .jcarousel-next-vertical:active {
    background-position: 0 -34px;
}

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

.jcarousel-skin-edocs-short .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 264px;
    width: 46px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/images/edocs_carousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-edocs-short .jcarousel-prev-vertical:hover {
    background-position: 0 -17px;
}

.jcarousel-skin-edocs-short .jcarousel-prev-vertical:active {
    background-position: 0 -34px;
}

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