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

