$(document).ready(function(LaunchFancyBox) {
	
	if (jQuery.browser.flash) {
		swfobject.embedSWF("flash/intro.swf", "flash-1", "980", "585", "9.0.0", "js/expressInstall.swf");
	}
	
	$('.Slideshow').cycle({
					fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
					timeout:  3000
				});
	});
