$(function() {
	$("#newsItemTextImage img").each(function(){
	 	var w = $(this).width();	 	
	 	$(this).parent().width(w);	 	
	 	//var h = $(this).height();	 	
	 	//$(this).parent().height(h);
	 })
});