$(document).ready(function() {
		$('#content').attr("style", function() {
			return'width: '+($('#file img').width())+'px';
		});
	}
);