$(document).ready(function()
{
	$(document).bind('reveal.facebox', function() { $("img[@src$=png]").pngfix(); });
});