$(function() {
	
	$("ul.list_green img[title]").tooltip();
	$("ul.list_blue img[title]").tooltip();
	
});
