$(document).ready(function() {
	$(".spin").each(function() {$(this).spinner({min:0})});
});