$(document).ready(function() {
	$("#fresh_news .shadow li:last-child").css('border', 'none');
	$("#fresh_news dd:last").css('border', 'none');
});

