// handle the lightbox function
$().ready(function() {

	$("a.iframe").fancybox({
			'titlePosition'	:	'over',
			'speedIn'		:	600, 
			'speedOut'		:	200, 
			'overlayShow'	:	true
			});
});
// End
