$(document).ready(function() {
	/*Slider*/
	$('#featuredContent').slides({
		preload: true,
		preloadImage: 'images/loader.gif',
		play: 4000,
		pause: 2500,
		hoverPause: true,
		effect: 'fade'
	});
	
	$('#figure').cycle({ 
		fx:     'fade', 
		speed:  1500, 
		timeout: 3000,
		pager: null,
		pause: 1,
		height: 'auto',
		pauseOnPagerHover: 0,
		random:	1
	});
	
	/*Fancybox*/
	$("#map").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	$(".gallery-item a").attr('rel', 'gallery').fancybox({
		'titleShow'	:	false,
		'cyclic'	:	true	
	});
	$("a.fancybox").attr('rel', 'gallery').fancybox({
		'titleShow'	:	false,
		'cyclic'	:	true	
	});
	setInterval($.fancybox.next, 5000);
});	

$(window).load(function() {
	/*Masonry*/
	$('#sedi div').masonry({
		singleMode: true,
		itemSelector: 'figure',
  		isAnimated: true
	});
});
