table.tablesorter thead tr .header {
	background-image: url(white-unsorted.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(white-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(white-desc.gif);
}