.jcarousel-skin-tango .jcarousel-container {
   margin-left: 1px;
}


.jcarousel-skin-tango .jcarousel-container-vertical {
	height:355px;
	padding:15px 0;
	width:189px;

}

.jcarousel-skin-tango img{
	border: none;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	height:356px;
	width:189px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 189px;
    height: 42px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 3px;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 189px;
    height: 10px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat center center;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 189px;
    height: 10px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat center center;
}
