jQuery(document).ready(function() {
    
	jQuery('#carousel').jcarousel({
        scroll: 1,
		wrap: 'both'
    });


});