/* Author: 
actsofgood.com
*/
$(document).ready(function(){
	
$(".page a").fancybox({
	hideOnContentClick: true,
	titlePosition: 'inside',
	changeSpeed: 0
});

$("#lownav li, #textnav li").find("a[href='"+window.location.href+"']").each(function(){$(this).parent().addClass("current")});

$("#pagecontent p[style]").css("text-indent", 0);

$('a[href=#logo]').click(function(){
		$('html, body').animate({scrollTop:0}, 'slow');
		return false;
	});
});
