// JavaScript Document
$(document).ready(function() {
	$(".fancyBoxHotelsVidSWF").fancybox({
		'padding'				: 0,
		'autoScale'			: false,
		'width'					: 713,
		'height'				: 539,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});
});
