jQuery.noConflict();jQuery(document).ready(function($){
    $('ul.remove_last_border li:last-child').css('border', 'none');
		$('div#footer li:last-child').css('background-image', 'none');
});