$(function(){
	$('#motioncontainer table:first').each(function(){
		$(this).css({
			width	: $(this).find('td:first').children().length * 135
		});
	});
});
