.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 0px;
}

.sort-arrow.descending {
	background-image:		url("../images/arr_red_down.gif");

}

.sort-arrow.ascending {
	background-image:		url("../images/arr_red_up.gif");
}