$(document).ready(function() {

		Cufon.replace('h1', { fontFamily: 'Myriad Pro'});
		Cufon.replace('.packs a', { fontFamily: 'Myriad Pro', hover: true });

			if (($.browser.mozilla) ){
				$('html').addClass('firefox');
			}


	
		$("#photos a").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
});

