$(function() {
	$('a[@rel*=lightbox], a[@rel*=lightbox2], a[@rel*=lightbox3], a[@rel*=lightbox4]').fancybox(
	{
		'overlayShow' : false
	}								
	); 
});

$(function() {
	$(".minota").tooltip({
		track: true,
		delay: 0,
		showURL: false,
		fixPNG: true,
		showBody: " - ",
		extraClass: "fancy",
		top: -15,
		left: 5
	});
});

