.featuredproducts .jcarousel-container {
}

.featuredproducts .jcarousel-container-vertical {
    width: 100px;
    height: 315px;
    padding-top: 30px;
	padding-bottom: 40px;
	padding-right: 40px;
}

.featuredproducts .jcarousel-clip-vertical {
    width:  144px;
    height: 315px;
}

.featuredproducts .jcarousel-item {
    width: 116px;
    height: 103px;
	padding-left: 15px;
}

.featuredproducts .jcarousel-item-vertical {
    margin-bottom: 0px;
}

/**
 *  Vertical Buttons
 */
.featuredproducts .jcarousel-next-vertical {
    position: absolute;
    bottom: 10px;
    left: 57px;
    width: 32px;
    height: 9px;
    cursor: pointer;
    background: transparent url(../../images/featured-down.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-next-vertical:hover {
    background: transparent url(../../images/featured-down.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-next-vertical:active {
    background: transparent url(../../images/featured-down.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-next-disabled-vertical,
.featuredproducts .jcarousel-next-disabled-vertical:hover,
.featuredproducts .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background: transparent url(../../images/featured-down-gray.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 57px;
    width: 32px;
    height: 9px;
    cursor: pointer;
    background: transparent url(../../images/featured-up.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-prev-vertical:hover {
    background: transparent url(../../images/featured-up.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-prev-vertical:active {
    background: transparent url(../../images/featured-up.gif) no-repeat 0 0;
}

.featuredproducts .jcarousel-prev-disabled-vertical,
.featuredproducts .jcarousel-prev-disabled-vertical:hover,
.featuredproducts .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background: transparent url(../../images/featured-up-gray.gif) no-repeat 0 0;
}
