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