.jcarousel-skin-tango .jcarousel-container {
 background: url(../img/top/banner/pickup_bar.gif) no-repeat top left;
 width:220px;
 padding:30px 0 0 0;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 220px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  220px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 7px;
    right: 24px;
    width: 13px;
    height: 8px;
    cursor: pointer;
    background: transparent url(../img/top/banner/up_off.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
 background: transparent url(../img/top/banner/up_over.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
 background: transparent url(../img/top/banner/up_over.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 13px;
    height: 8px;
    cursor: pointer;
    background: transparent url(../img/top/banner/down_off.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
 background: transparent url(../img/top/banner/down_over.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
 background: transparent url(../img/top/banner/down_over.gif) no-repeat 0 0;
}

