(function ($){
	$("a.demo, a.quicktour").fancybox({ 
		'frameWidth': 480,
		'frameHeight': 390
	}); 
	
} (jQuery));
