﻿img {
    max-width: 600px;
    width: expression(this.width > 600 ? "600px" : this.width);
    overflow: hidden;
}
