$(document).ready(function() {
	
	$(window).load(function () { 
		$('.frame img').each(function () { 
			var width = $(this).width();
			$(this).parents('.frame').width(width+81);
		 });
	 });
	
	if ($.browser.msie && $.browser.version.substr(0,1)<7) {
		DD_belatedPNG.fix('#header, .logo a img');
	};
});
