.widget-product-slider {
    margin-top: 10px;
}

.footer-before-container .featured-products {
    margin: auto;
    width: 960px;
}

.jcarousel-skin .product-image {
    display: block;
    height: 110px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 60px;
    text-align: center;
    width: 170px;
}

.jcarousel-skin .jcarousel-text {
    padding: 0 0 0 25px;
}

.jcarousel-skin .product-name > a {
    font-size: 12px;
    font-weight: bold;
    color: #58503e;
    text-decoration: underline;
    line-height: 15px;
}

.jcarousel-skin .product-name > a:hover {
    text-decoration: none;
}

.jcarousel-skin .product-name > span {
    color: #100E09;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    background: url("../../images/pd/featured/bg_featured_arrows.png") no-repeat scroll 2px 0 transparent;
    border: medium none;
    height: 32px;
    left: 20px;
    margin-top: 85px;
    width: 20px;
}

.widget-product-slider {
    background: url("../../images/pd/featured/bg_featured_products.jpg") repeat-x scroll left bottom #FFFFFF;
    -webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 225px;
    margin-bottom: 40px;
}

.widget-product-slider h2 {
    background: url("../../images/pd/featured/bg_featured_title.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    left: -17px;
    line-height: 28px;
    padding-left: 4px;
    position: absolute;
    top: 12px;
    width: 165px;
    z-index: 10;
}

/** Carousel **/

.carousel {
    height: 222px;
    margin-left: 45px;
    margin-right: 45px;
    overflow: hidden;
    position: relative;
    width: 850px;
}

.carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel li {
    float: left;
}

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
    background: url("../../images/pd/featured/bg_featured_arrows.png") no-repeat scroll 2px 0 transparent;
    border: medium none;
    height: 32px;
    margin-top: 85px;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 20px;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
    background-position: -38px 0;
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    display: block;
}