/* CSS Document */

.thumbImage{ 

max-width:200px; 

max-height:200px; 

}

*html .thumbImage{ 

width:expression(this.width>200&&this.width>this.height?200:auto); 

height:expression(this.height>200?200:auto);

}
