jQuery(function() {
    jQuery("#similar").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 2
    });
});
