.MagicFrame {
    width:200px;
    height:200px;
    border:solid red;
    overflow:hidden;
    }

.MagicFrame IMG {
    width:inherit;
    height:inherit;
}

.MagicFrame:hover IMG {
    width:auto;
    height:auto;
}

