#frameContainer { position: relative; margin: 0; }
#imgFrame       { position: absolute; z-index: 103; display: none; }
#imgCutting     { position: absolute; z-index: 102; }
#imgPhoto       { position: absolute; z-index: 101; }
#imgBackground  { position: absolute; z-index: 100; background: #fff; }

.frameContainer .glass { width: 93px; height: 93px; position: absolute; left: 0;
    bottom: -10px; border:1px dashed #0000FF; background: #dae2e4; display: none; }

.frameContainer .glass img { position: absolute; left: -11px; bottom: -10px;
    cursor: pointer; // cursor: hand; }

.frameContainer .corner { display: none; width: 300px; height: 300px;
    position: absolute; top: 0; right: 0; background: #dae2e4; z-index: 104; }

.frameContainer .corner .close { position: absolute; top: 5px; right: 5px;
    z-index: 105; cursor: pointer; // cursor: hand; }

.frameContainer .corner .frameCorner { position: absolute; top: 0; right: 0;
    z-index: 105; }