
$(document).ready(function() {

	$("a.fbcitySearchPopup").fancybox({
		'overlayOpacity'	:	0.8,
		'overlayColor'		:	'#EFF3F8',
		'hideOnContentClick':	true,
		'width'				:	280,
		'height'			:	200,
		'speedIn'			:	200,
		'speedOut'			:	200
	});
		
	$("a.fbObjectDetails").fancybox({
		'overlayOpacity'	:	0.8,
		'overlayColor'		:	'#EFF3F8',
		'zoomSpeedIn'		:	200,
		'zoomSpeedOut'		:	200,
		'hideOnContentClick':	false,
		'width'				:	910,
		'height'			:	530
	});
	
	
	
	$("a.fbLongText").fancybox({
		'type'				:	'iframe',
		'overlayOpacity'	:	0.8,
		'overlayColor'		:	'#EFF3F8',
		'hideOnContentClick':	true,
		'width'				:	600,
		'height'			:	400,
		'speedIn'			:	200,
		'speedOut'			:	200
	});

});

