// JavaScript Document

// Homepage Pop Up's Jquery //

$(document).ready(function() {
$("#moreNurseryNewsLink").fancybox({
				'overlayShow'		: false,
				'titlePosition'		: 'inside',
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'scrolling'			: 'auto',
				'easingIn'			: 'swing'
		});

	$("a#newsVideo").fancybox({
		'overlayShow'		: false,
		'autoDimensions'	: false,
		'width'				: 480,
		'height'			: 390,
		'scrolling'			: 'no',
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'type'				: 'iframe'
	});
	
});
