$(document).ready(function(){

	$("a[rel=gallery]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: 'none'
	});

});

$('.slide').cycle({ 
	fx		: 'fade',
	speed	: 2500,
	delay	: -2000,
});

