var kimptonSpecials = "";
$(document).ready(function(){
	var params = {
		page : 'home',
		property_number : '3',
		media_id : 'home-media',
		specials_path : '/alxspec/index.html',			
		term_char_offset : '11'
	};
	kimptonSpecials = $.fn.kimptonSpecials(params);
	
	$('#nv-photo').fancybox({
	  type: 'iframe',
	  autoDimensions: false,
	  autoScale: false,
	  scrolling: 'no',
	  width: 750,
	  height: 550
	});
});
