Cufon.replace('#navigation ul li a', { hover : true });
Cufon.replace('#content_holder h1, #content_holder h2:not(.sub-heading)', { textShadow: '#000 1px 1px' });

jQuery(function($){
	$(document).pngFix();
	
	$(document).ready(function() {
		$('.gallery div.img:last-child').addClass('last');
	});
})
