$j(document).ready(function() {
    $j("#featured-product").jCarouselLite({
        btnNext: "#control-right",
        btnPrev: "#control-left",
        speed: 500,
        easing: "easeinout",
		visible: 4
    }); 
});
