
		$(document).ready(function() {
			$('.various3').fancybox({
				
				'padding'			: 5,
				'margin'			: 5,
				'width'				: 680,
				'height'			: 270,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			
			    $('.slideshow').cycle({
					fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				});

		});
		
