$(document).ready(function(){

	$('#fade').cycle({ 
		fx:    'fade', 
		speed:  2500
	});

	$('.catalog-link').fancybox({
		'width' : '100%',
		'height' : '100%',
		'type' : 'iframe'
	});
	
});
