The bold part is the CSS Expression
#content img{
border:3px solid #fff;
max-width:616px;
width:expression(this.width > 616 ? 616:true);
}

Change it to
Code: 
#content img{
border:3px solid #fff;
width:616px;
}