﻿$(document).ready(function(){
	$(".popup-window").fancybox({
		'width' 			: 700,
		'height' 			: 585,
		'padding'			: 0,
		'autoScale' 		: false,
		'imageScale'		: false,
		'centerOnScroll'	: false,
		'transitionIn' 		: 'none',
		'transitionOut' 	: 'none',
		'type' 				: 'iframe'
	});
});
