$(document).ready(function(){
	//Lightbox
	$("p.gallery a").lightBox();
	
	//PNG fix
	$(document).pngFix();
});