
jQuery(document).ready(function() {
//Jcarousel plugin used for the partners in the foot
	$('#mycarousel').jcarousel({
		wrap: 'circular',
		scroll: 1,
		auto: 4
	});
	
});
