$(document).ready(function() {

	var options = {
					newsList: "#events",
					startDelay: 10,
					placeHolder1: " "
					}
	$().newsTicker(options);

	$("#bookingiframe").fancybox({
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	$("#bookingiframe2").fancybox({
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	$("#animation").fancybox({
		'width'				: '400',
		'height'			: '300',
		'padding'			: 0,
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
					
	$("#datepicker").datepicker({
	altField: '#date', 
	altFormat: 'yy-mm-dd',
	minDate: -0
	});

});
