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

