.jcarousel-container { }
.jcarousel-direction-rtl { direction: rtl; }
.jcarousel-container-vertical {}
.jcarousel-clip { overflow: hidden; }
.jcarousel-clip-vertical {
    height: 245px;
    margin-right: 40px;
}
.jcarousel-item { height: 75px; }
.jcarousel-clip-vertical, .jcarousel-item { width: 590px;}
.jcarousel-item-vertical { margin-bottom: 10px; }

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    background: url(images/sprite-homepage-elements.png) no-repeat 0 -554px;
    top: 40px;
}

.jcarousel-prev-vertical {
    top: 0;
    background: url(images/sprite-homepage-elements.png) no-repeat -35px -554px;
}

.jcarousel-prev-vertical, .jcarousel-next-vertical{
    position: absolute;
    cursor: pointer;
    width:35px;
    height: 34px;
    right: 0;
}

.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover, .jcarousel-prev-disabled-vertical:focus, .jcarousel-prev-disabled-vertical:active,
.jcarousel-next-disabled-vertical,.jcarousel-next-disabled-vertical:hover,.jcarousel-next-disabled-vertical:focus,.jcarousel-next-disabled-vertical:active
{
    cursor: default;
    opacity: 0.3;
}
