$(document).ready(function() {
	$("a.update").click(function() {
		$('#cart_update').submit();
		return false;
	});
	$("a.submit").click(function() {
		$('#checkout').submit();
		return false;
	});

	$(".content .center .pages ul li:last-child").addClass('last');
});
