$(document).ready(function() {
	
	Cufon.replace('h1, h2, h3, #intro_text, .footer_cols h3,  .footer_cols .tel_no');

	
	/* Apply fancybox to multiple items */
	
	$("a.grouped_images").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	400, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
	$('#home_image_wrap').cycle({ 
		fx:    'fade', 
		pause:  1 
	});
	
}); 


