/*$(document).ready(function() {
	$("a[rel='lightbox']").colorbox({transition:"fade"});
	tooltips();
});

function tooltips() {
	$('a.tooltip').tooltip({ 
		track: true, 
		delay: 0, 
		showURL: false, 
		showBody: " - "
	});	
} */
