$(function() {
		$("table")
			.tablesorter({widthFixed: true, widgets: ['zebra']})
			
	});
