$(function(){
	
	$(document).pngFix();

	if ($('#ProductsList').html()) {
		$('#ProductsList tr:last').addClass('lastrow');
		$('#ProductsList tr').each(function(){
			$(this).children('td:first').addClass('first');
		});

		$('#total-items').html($('.pages div:last').hide(0).html());
	}

	
})
$(window).load(function(){
})

