.jcarousel-skin-products .jcarousel-container-vertical {
    width: 216px;
    height: 195px;
    padding: 25px 0 15px;
	margin: 0 auto;
	background: #fff;
}
.jcarousel-skin-products .jcarousel-clip-vertical {
    width:  216px;
    height: 195px;
}

.jcarousel-skin-products .jcarousel-item {
	float: left;
    width: 216px;
    height: 68px;
}
.jcarousel-skin-products .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-products .jcarousel-next-vertical {
    position: absolute;
    bottom: -16px;
    left: 0px;
    width: 216px;
	border-top: #95e0fd 1px solid;
    height: 15px;
    cursor: pointer;
    background: transparent url(../../images/btn_next_ver.gif) bottom center no-repeat;
}

.jcarousel-skin-products .jcarousel-next-disabled-vertical {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-products .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 216px;
	border-bottom: #95e0fd 1px solid;
    height: 15px;
    cursor: pointer;
    background: transparent url(../../images/btn_prev_ver.gif) top center no-repeat;
}
.jcarousel-skin-products .jcarousel-prev-disabled-vertical {
    cursor: default;
    background-position: 0 -96px;
}

