$(document).ready(function() { 
    $("#prod img[title]").tooltip('#tip'); 
});


$(function() {

	$('#gal a').lightBox(); // Select all links in object with gallery ID
	// This, or...
	
});

