$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'scrollRight',    easing:  'backinout',    delay: -2000  // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
	$(".zoom").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'type'				: 'iframe',
		'width'				: 950,
		'height'			: 550,
		'overlayShow'		: false,
		'scrolling'   		: 'no'

	});

});

