jQuery.noConflict();
jQuery(document).ready(function($) {
	
	$("#panes-nav ul").tabs("#panes > div", {effect: 'fade', autoplay: 'true', fadeOutSpeed: 400});
	
	//Jcarousel plugin used for the partners in the footer
	$('#mycarousel').jcarousel({
		wrap: 'circular',
		scroll: 1,
		auto: 4
	});
	
	$("#various3").fancybox({
		'width'		    : 360,
		'height'		: 215,
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});
