
$(document).ready(function(){

	$("#news_list div:first-child").addClass("first_item");
	
}); // close document.ready

