$(function() {
	$('.categories a, .product-cell a').tooltip({
		bodyHandler: function() {
			return $($(this).attr("name")).html();
		},
		track: true,
		delay: 0,
		fade: 0,
		showURL: false,
		top: -180,
		left: 30
	});
});
//		fade: 250,
