$(document).ready(function(){
	$('#login').fancybox({
		'autoDimensions': false,
		'width': 300,
		'height': 'auto'
	});

});

