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