$(document).ready(function(){
	
	$(".productListing-data a:not('.buyNow')").click(function(){
		tb_show('',this.href+"?KeepThis=true&TB_iframe=true&height=420&width=650");
		return false; 
	})

	$('.packageCards a.thickbox').tooltip({ 
	    delay: 0, 
	    showURL: false, 
	    bodyHandler: function() { 
	        return $("<img/>").attr("src", this.href); 
	    } 
	});


});