$(function() {
	jQuery('#intro-gallery').jcarousel({
		'auto': 5,
		    'scroll': 1,
		    'wrap': 'both',
		    itemVisibleInCallback: function (a,b,c) {
		    $('ul.spots li').removeClass('active');
		    $($('ul.spots li')[c-1]).addClass('active');
		}
	    });

    });
