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