.jcarousel-skin-tango .jcarousel-container {
    background: #fff;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 154px;
    height: 77px;

}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  180px;
    height: 520px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 154px;
    height: 77px;
}

.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: -80px;
    left: -13px;
    width: 180px;
    height: 40px;
    cursor: pointer;
    background: transparent url(/image/button_bg.png);
}
.jcarousel-skin-tango .jcarousel-next-vertical:before{
	position:absolute;
	content:"";
	width:14px;
	height:8px;
	margin:17px 0 0 80px;
	border-bottom:1px solid #E4E4E4;
	background: url(/image/slider_navr.png)center center no-repeat;
}
.jcarousel-next-vertical:hover:before{
	background: url(/image/slider_nav_hover_t.png)center center no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: -494px;
    left: -13px;
    width: 180px;
    height: 40px;
    cursor: pointer;
	border-top:1px solid #E6E3DE;
    background: transparent url(/image/button_bg.png);
}
.jcarousel-skin-tango .jcarousel-prev-vertical:before{
	position:absolute;
	content:"";
	width:14px;
	height:8px;
	margin:17px 0 0 80px;
	background: url(/image/slider_navr_b.png)center center no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover:before{
	background: url(/image/slider_nav_hover.png)center center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
