var $j = jQuery.noConflict();

$j(document).ready(function () {
	$j('.navigation_container li:last').addClass('last_item');
});