//Cufon
Cufon.replace('#content h1', { fontFamily: 'Savoye LET' , hover: false });
Cufon.replace('#content h2', { fontFamily: 'Savoye LET' , hover: false });

$(document).ready(function(){
	if (jQuery('.galleryContent').length>0) {
		$("a.gallery").fancybox({
			'transitionIn'		:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'			:	600, 
			'speedOut'			:	200, 
			'overlayShow'		:	true,
			'overlayOpacity'	:  0.5,
			'overlayColor'		:  '#000000',
			'titlePosition'	:  'over'
		});
	}	
});
