$(document).ready(function() {

	$("#nav a ").removeAttr("title");
	Cufon.replace('h2', { fontFamily: 'Baka Too' });
	$('.gallery a').lightBox();
	$(document).pngFix();

	$('ul#galleryarea').innerfade({
		animationtype: 'slide',
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '448px'
	});

	
});