
#content img {
  max-width:650px;
  /*  IE HACK  */width: expression(this.width > 650 ? 650: true);
}

#content img.noResize {
  max-width:none;
  width: auto;
}
