jQuery(document).ready(function() {
/*	$("#jcarousel").jcarousel({
		scroll: 1,
		visible: 1,
		animation: 500,
		easing: 'easeOutCirc',

		initCallback: jCinitCallback,
		// no prev/next buttons
		buttonNextHTML: null,
		buttonPrevHTML: null
	});
	
	$(".jcarousel-control a").bind('click', function() { 
		// add active class
		$(".jcarousel-control a").removeClass("active");
		$(this).toggleClass("active");
	});
	*/
});
