// JavaScript Document

		$(document).ready(function() {

	$("a[rel=priv]").fancybox({
		'autoDimensions'	: false,
		'width'        		: 460,
		'height'       		: 300,
		'scrolling'			: 'no',
		'autoScale'     	: 'false',
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

		});
