Cufon.replace('p.work_date');

$(document).ready(function(){
	var w = $(".g_nomargin").width() + 10;
	$(".g_nomargin").width(w);
	
	$("div.work_item .g14 div:first").css("background-image", "none")
   
});