$(document).ready(function() {
	
	$(".fancybox").fancybox({
		//frameHeight: '4'
	});
	//$("#fancy_outer").css('height', '300px');
});