$(function() {

	$(".fancybox").myFancybox();

	$(".tiptip").tipTip({
		defaultPosition: "top",
		delay: 400
	})

});

