$(document).ready(function(){
	$(".hotel-details").fancybox({
		'width'				: 820,
		'height'			: 230,
		'autoScale'			: false,
		'type'				: 'iframe'
	});
});
