$(function() {
	$('#slider').cycle({
		fx:      'scrollUp', 
		speed:    2000, 
		timeout:  2000 
	});
	
	$("a.fancybox").fancybox();

});
