$(document).ready(function(){

	var imageWidth = $("#media img").width();
	$("#content").width(imageWidth);

});
