
table.tablesorter .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter .headerSortDown {
	background-image: url(desc.gif);
}
