.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 115px;
    height: 116px;
    padding: 0;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  115px;
    height: 116px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 115px;
    height: 116px;
}

.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-horizontal {
    position: relative;
    /*top:0px;
	height: 116px;*/
    left:0px;
    width: 23px;
    height: 105px;
    cursor: pointer;
	padding:0 15px;
    background:url(../img/arrow_left_img_gallery.png) no-repeat center center #fff;
	float:left;
}


.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background:url(../img/arrow_left_hover_img_gallery.png) no-repeat center center #fff;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background:url(../img/arrow_left_hover_img_gallery.png) no-repeat center center #fff;
}

.jcarousel-skin-tango .jcarousel-horizontal-disabled-vertical,
.jcarousel-skin-tango .jcarousel-horizontal-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-horizontal-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: relative;
    /*top: 0px;
	height: 116px;*/
    right:0px;
    width: 23px;
    height: 105px;
    cursor: pointer;
	padding:0 15px;
    background:url(../img/arrow_right_img_gallery.png) no-repeat center center #fff;
	float:right;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background:url(../img/arrow_right_hover_img_gallery.png) no-repeat center center #fff;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background:url(../img/arrow_right_hover_img_gallery.png) no-repeat center center #fff;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}
