//initialize fancybox
$(document).ready(function() {
	$('.slideshow-home1').cycle({
		fx: 'fade', 
		timeout: 7000 
	});
});

