$(document).ready(function(){

	$("#ContactForm").validate();

	// fancybox image zoom
	$("a.fancy").fancybox({
		'titlePosition'	: 'outside'
	});
	
  $("a[rel=example_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over'
	});

// homepage news cycle
	$('#galleryNews').cycle({ 
		fx: 'fade', 
		speed: 'fast', 
		timeout: 7000, 
		next: '#next', 
		prev: '#prev',
		//height: 'auto',
		//containerResize: 1,
		//before: onBefore,
		//after: onAfter
		});


});
