#HomeFeaturedProducts .ProductActionAdd {
    display: none;
}

.jcarousel-skin li {
    margin-right: 5px !important;
    background:none !important;
}
.jcarousel-skin {
    width: 950px;
}
.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin .ProductActionAdd a, .jcarousel-skin  .ProductActionAdd strong a {
    background-image: -moz-linear-gradient(top, rgba(118, 187, 255, 0.8), rgba(25, 112, 198, 0.6));
    background-image: -o-linear-gradient(top, rgba(118, 187, 255, 0.8), rgba(25, 112, 198, 0.6));
    background-image: -webkit-linear-gradient(top, rgba(118, 187, 255, 0.8), rgba(25, 112, 198, 0.6));
    background-image: linear-gradient(top, rgba(118, 187, 255, 0.8), rgba(25, 112, 198, 0.6));
}
    
.jcarousel-prev {
    background: url(//cdn11.bigcommerce.com/s-9ecf1/templates/__custom/images/prev.png?t=1501692896) repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 53px;
    left: -17px;
    position: absolute;
    top: 77px;
    width: 20px;
}
.jcarousel-next {
    background: url(//cdn11.bigcommerce.com/s-9ecf1/templates/__custom/images/next.png?t=1501692896) repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 53px;
    right: -22px;
    position: absolute;
    top: 77px;
    width: 20px;
}

.MiddleBox li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px !important;
}

.MiddleBox .CTAButton {
    background: #eded87; /* Old browsers */
    background: -moz-linear-gradient(top, #eded87 0%, #eded12 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eded87), color-stop(100%,#eded12)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eded87 0%,#eded12 100%) ; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eded87 0%,#eded12 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eded87 0%,#eded12 100%) !important; /* IE10+ */
    background: linear-gradient(top, #eded87 0%,#eded12 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eded87', endColorstr='#eded12',GradientType=0 ) !important; /* IE6-9 */
    color:#000 !important;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 16px !important;
    width: 159px !important;


}

#HomeFeaturedProducts {
    padding-top: 15px;
}
#CCType_DINERS, #CCType_AMEX {
display:none !important;
}