
// Change the background colour of the map tooltip's
$(function() {
	$('.clientLogos a').tooltip({ 
    track: true, 
    delay: 0, 
    showURL: false
	//positionLeft: false,
	//extraClass: "Furness"
    //showBody: " - "
    //fade: 250 
	});
	
	$('.otherWork a').tooltip({ 
    track: true, 
    delay: 0, 
    showURL: false,
	//positionLeft: false,
	extraClass: "portfolio"
    //showBody: " - "
    //fade: 250 
	});
});

