@CHARSET "UTF-8";

img {
max-width: 770px;
width: expression(this.width>770?"770px":this.width+"px");
overflow: hidden;
}