$(document).ready(function()
{
	$('#hhours').qtip({
	content: "Closed January 1st and 2nd <br>for New Years",
	position: { at: "top center", my: "bottom center"},
	show: { effect: false, solo: true, delay: 0, },
	style: { classes: 'ui-tooltip-textmain'},
	});
		
	$('.add').qtip({
	content: "<img src='vis/map.gif'>",
	position: { at: "bottom center", my: "top center" },
	show: { delay: 0, solo: true, },
	hide: { event: 'mouseleave' },
	style: { classes: 'ui-tooltip-vis' },
	});
	


});
