CSS style dosyana şunu ekle.
img
{
	max-width:735px;
	width: expression(this.width > 735 ? 735: true);
}
max-width:735px; kısmı Firefox için, diğer satır da IE için. 735 i kendine göre değiştirebilirsin.