#MagicFrame {
    width:200px;
    height:200px;
    border:solid red;
    overflow:hidden;
    position:absolute;
    right:0;
    }

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

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

