$(function(){

		$('.slide').cycle({
			speed: 3000,
			fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});

		$('a[rel=galleryImg]').fancybox({
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});

	});
