// JavaScript Document
jQuery(document).ready(function() {

			
	$("a.popup").fancybox({
		'width'				: 500,
		'height'			: 300,
        'autoScale'     	: false,
        'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'type'				: 'iframe'
	});
	
	

});


