.sort_prev {
	background:transparent url(../img/layout/sort_prev.png) no-repeat scroll 0 0;
	
	right:27px;
	display:block;
	
	height:21px;
	width:21px;
	position:absolute;
	text-indent:-9999px;
	bottom:3px;
}

.sort_next {
	background:transparent url(../img/layout/sort_next.png) no-repeat scroll 0 0;
	right:3px;
	
	height:21px;
	width:21px;
	position:absolute;
	text-indent:-9999px;
	bottom:3px;
}