﻿
$(document).ready(
	 
	function()
	{
	$("#body").hide();
	$(document).pngFix();
	$("#body").show();
	$(".lightbox").lightbox();
	}
		);