$(document).ready(function() {

	$("a.fancy").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	400, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
	$("a.fancy-2").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	400, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
});


$("#manual1").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_01_1.jpg',
			'title'	: '1 of 3'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_01_2.jpg',
			'title'	: '2 of 3'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_01_3.jpg',
			'title'	: '3 of 3'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'showNavArrows'		: 'true',
		'changeFade'        : 0
	});
});
$("#manual2").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_02_1.jpg',
			'title'	: '1 of 3'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_02_2.jpg',
			'title'	: '2 of 3'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_02_3.jpg',
			'title'	: '3 of 3'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'showNavArrows'		: 'true',
		'changeFade'        : 0
	});
});
$("#manual3").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_03_1.jpg',
			'title'	: '1 of 5'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_03_2.jpg',
			'title'	: '2 of 5'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_03_3.jpg',
			'title'	: '3 of 5'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_03_4.jpg',
			'title'	: '4 of 5'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_03_5.jpg',
			'title'	: '5 of 5'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'changeFade'        : 0
	});
});
$("#manual4").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_04_1.jpg',
			'title'	: '1 of 2'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_04_2.jpg',
			'title'	: '2 of 2'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'changeFade'        : 0
	});
});
$("#manual5").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_05_1.jpg',
			'title'	: '1 of 4'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_05_2.jpg',
			'title'	: '2 of 4'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_05_3.jpg',
			'title'	: '3 of 4'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_05_4.jpg',
			'title'	: '4 of 4'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'changeFade'        : 0
	});
});
$("#manual6").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_06_1.jpg',
			'title'	: '1 of 3'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_06_2.jpg',
			'title'	: '2 of 3'
		},
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_06_3.jpg',
			'title'	: '3 of 3'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'showNavArrows'		: 'true',
		'changeFade'        : 0
	});
});
$("#manual7").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_07_1.jpg',
			'title'	: '1 of 1'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'changeFade'        : 0
	});
});
$("#manual8").click(function() {
	$.fancybox([
		{
			'href'	: 'http://silversagewinery.com/wp-content/uploads/2011/07/pin_08_1.jpg',
			'title'	: '1 of 1'
		}
	], {
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'              : 'image',
		'changeFade'        : 0
	});
});

/* Datepicker
--------------------------------------------------------------------------------------- */
$("#arrival_date").datepicker({ showOn: 'focus', dateFormat: 'yy-mm-dd' });

