$(document).ready( function() {

	$("a.category-products").find("span + span").css("margin-left", "5px").prev().css("display","none");

});
