jQuery(document).ready(function() {

	// Projecten slider
	jQuery('#mycarousel').jcarousel({
		scroll: 1,
		wrap: 'both',
		auto: 3
	});
	
});
