
.views-gallery .jcarousel-container-vertical {
    height: 400px;
}

.views-gallery .jcarousel-clip {
    overflow: hidden;
}
.views-gallery .jcarousel-clip-vertical {
    height: 385px;
}


.views-gallery .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
.views-gallery .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Vertical Buttons
 */
.views-gallery .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 45px;
    width: 32px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.views-gallery .jcarousel-next-vertical:hover,
.views-gallery .jcarousel-next-vertical:focus {
    background-position: 0 -17px;
}

.views-gallery .jcarousel-next-vertical:active {
    background-position: 0 -34px;
}

.views-gallery .jcarousel-next-disabled-vertical,
.views-gallery .jcarousel-next-disabled-vertical:hover,
.views-gallery .jcarousel-next-disabled-vertical:focus,
.views-gallery .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -34px;
}

.views-gallery .jcarousel-prev-vertical {
    position: absolute;
    top: 383px;
    left: 10px;
    width: 32px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.views-gallery .jcarousel-prev-vertical:hover,
.views-gallery .jcarousel-prev-vertical:focus {
    background-position: 0 -17px;
}

.views-gallery .jcarousel-prev-vertical:active {
    background-position: 0 -34px;
}

.views-gallery .jcarousel-prev-disabled-vertical,
.views-gallery .jcarousel-prev-disabled-vertical:hover,
.views-gallery .jcarousel-prev-disabled-vertical:focus,
.views-gallery .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 0;
}
