$(document).ready(function() { 
	/*single view image*/
	
	$(".productInfo1 .imageBlock a").nyroModal({endShowContent: function(){$('#nyroModalFull').pngFix();}}); 

	$("a.shippingLink").nyroModal();

	
}); 
