$(document).ready(function() {
	$("a.loginBtn").fancybox({
		'speedIn': 300,
		'speedOut': 300,
		'width' : 460,
		'height' : 305,
		'hideOnContentClick': false,
		'type': 'iframe'
	});
});
