var $j = jQuery;
$j(function() {
  /*$j("a.salon-finder").fancybox({
    'href' : 'http://dev.nouveau.dave.dev/salon-finder/',
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'type'			:	'ajax',
		'width'			:	'775',
		'height'		:	'auto',
		'centerOnScroll'	:	true,
		'autoDimensions'	: 	true,
		'scrolling'		:	'no',
		'onComplete'	: 	function() {
			// IE fix
			$j("#fancybox-wrap").css("width", "805px");
			$j("#fancybox-content").css("width", "785px");
			$j.fancybox.center();
    }
	});*/

	// social link hovers
	//jQuery("ul.social-links li a").tooltip({ effect: 'fade' });
});

