table.tablesorter thead tr .header {
    background-image: url(../jquery/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 18px;
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../jquery/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../jquery/tablesorter/asc.gif);
}

