.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 150px;
    height: 380px;
    padding: 0;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  150px;
    height: 345px;
	position:relative;
	top:30px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

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



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom:-30px;
    left: 25px;
    width: 120px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.jpg) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background: transparent url(../images/next-vertical-hover.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background: transparent url(../images/next-vertical-hover.jpg) no-repeat 0 0;
}

.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;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 25px;
	background-color:#0C6;
    width: 120px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background: transparent url(../images/prev-vertical-hover.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background: transparent url(../images/prev-vertical-hover.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;
}
