$(function(){
	$("div.type3 div.photo img").each(function(){
		var bW = $(this).width();
		$(this).parent().css("width",bW);
	});
});
