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