.tablesorterPager img.first{
	content: url("tablesorter/addons/pager/icons/first.png");
}

.tablesorterPager img.prev{
	content: url("tablesorter/addons/pager/icons/prev.png");
}

.tablesorterPager img.next{
	content: url("tablesorter/addons/pager/icons/next.png");
}

.tablesorterPager img.last{
	content: url("tablesorter/addons/pager/icons/last.png");
}
