$(document).ready(function(){

	$(document).pngFix();

	// ***** highlight current nav list element
	$("#nav ul li").find('a[href="'+document.location.href+'"]').each(function() { 
		$(this).addClass("active");
	});

	$('#photo-gallery a').lightBox({
		overlayOpacity: 0.6
	});

});
