$(document).ready(function() {
	$(".hm img", "#salonTree").each(function() {
	    $(this).mopTip({'w':160, 'h':0, 'style':"overOut", 'get':"rel"});
	});
	
	$("#mapBtn").fancybox({
		'titleShow' : false,
		'showNavArrows' : false
	});
});

