// JavaScript Document

jQuery(document).ready(function() {
	Cufon.replace('h2, h3, h4, h5', { fontFamily: 'helvetica' });

	jQuery("a[rel=lightbox]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	300, 
		'overlayShow'	:	true
	});
	
});
