$(document).ready(function()
	{
		$(".png_fix_ie6").pngFix(
			{
				blankgif: app_resources_img + "blank.gif"
			});
	});
