$(document).ready(function(){
	

	$("a.iframe").fancybox({
		'width'	: '85%',
		'height'	: '85%'
	});

	$(".bumpbox").fancybox();
});

