.proPicture img {
border:0px;
max-width:448px;
max-height:252px;
width:expression(this.width > 448 ? "448px" : true);
height:expression(this.height > 252 ? "252px" : true);
display:block;
margin:0 auto;
}

şunu denermisin, online bi yerde varsa ordan bakıp çözelim.