jQuery(document).ready(function() {
    jQuery('#featured_carousel').jcarousel({
		wrap: 'circular',
		visible: 1,
		scroll: 1,
		buttonNextHTML: null,
		buttonPrevHTML: null
    });
});

