jQuery(function() {
    jQuery('.featured').jCarouselLite({
        btnNext: '.next',
        btnPrev: '.prev',
		auto: 5000
    });
});

