$(document).ready(function() {
	$('#home-slideshow').cycle({
	    fx: 'fade',
	    speed: 500,
	    timeout: 5000
	 });
	
	$('#home-slideshow img').show();
	
	// Video
	$('#video-link').fancybox();
});
