img {
max-width:500px;
/* IE Image max-width */
width: expression(this.width > 500 ? 500: true);
}