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

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    background: transparent url(next-vertical.png) no-repeat 0 0;
    bottom: 0;
    cursor: pointer;
    height: 32px;
    left: 50%;
    margin-left: -16px;
	position: absolute;
    width: 32px;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    background: transparent url(prev-vertical.png) no-repeat 0 0;
    cursor: pointer;
    height: 32px;
    left: 50%;
    margin-left: -16px;
	position: absolute;
    top: 0;
    width: 32px;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
