/* Komplette Box */
.jcarousel-skin-tango .jcarousel-container {
}

/* Container mit Items */
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 108px;
    height: 530px;
    padding: 18px 0px;
}

/* Scroller Box */
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  108px;
    height: 530px;
	background: transparent url(scroll_main.jpg) repeat-y 0 0;
}

/* Ein Item */
.jcarousel-skin-tango .jcarousel-item {
    width: 96px;
    height: 79px;
	margin-left: 6px;
}

/* Abstand nach unten zwischen den Elementen */
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/* Pfeil nach unten zeigend */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 108px;
    height: 22px;
    cursor: pointer;
    background: transparent url(scroll_bottom.jpg) no-repeat 0 0;
}

/* Pfeil nach unten zeigend inaktiv */
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background: transparent url(scroll_bottom_inactive.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 108px;
    height: 22px;
    cursor: pointer;
    background: transparent url(scroll_head.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background: transparent url(scroll_head_inactive.jpg) no-repeat 0 0;
}

