$(document).ready(function(){
	$('.associations_inner').jcarousel({
		auto: 3,
		wrap: 'circular',
		animation: 1500,
		scroll: 1
	});
});
