

img {
    /*max-height: 333px;*/
    height:auto;
    max-width:95%;   
    width: expression(this.width > 98% ? 98%: true);
}

.banner{
border:0px solid blue;
height:60px;
width:468px;
max-width:468px;
}
