$(document).ready(function(){
	$(".nyroModal").click(function(){
		$.nyroModalSettings({
			height: 425,
			width: 520
		});
	});
});	
