$(function() {
	$("form").jForms({
		listSize: 20,
		imagePath: "/img/forms/"
	});
});