.jcarousel-container {

}

.jcarousel-container-vertical {
    width: 150px;
    height: 440px;
    padding: 30px 0px;
}

.jcarousel-clip-vertical {
    width:  150px;
    height: 440px;
}

.jcarousel-item {
    width: 150px;
    height: 112px;
}

.jcarousel-item-vertical {
    margin-bottom: 5px;
}

.jcarousel-item-placeholder {
}


/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    width: 150px;
    height: 20px;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    background: transparent url(../images/carousel_down.gif) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -60px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -40px;
}

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

.jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/carousel_up.gif) no-repeat 0 -60px;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 0;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -40px;
}

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