.blogimage {
	max-width:280px;
	width:expression(document.body.clientWidth > 280? "280px": "auto" );
}