jQuery(document).ready(function() {
						  
	$("a#overview").fancybox({
	'type'   :  'iframe',
	'width'   : 	670,
	'height'  : 	540
	});



	$("a#jwplayer").fancybox({
	'type'    :  'iframe',
	'width'   : 	640,
	'height'  : 	506

	});	
});
