
#frameTL, #frameTR, #frameBL, #frameBR,
#frameT, #frameR, #frameB, #frameL {
    position: absolute;
    z-index: 5;
}

#frameTL, #frameTR, #frameBL, #frameBR {
    width: 12px;
    height: 12px;
}

#frameTL {
    top: -12px;
    left: -12px;
    background: url('/img/user/gallery/info/corner_tl.png') no-repeat;
}

#frameTR {
    top: -12px;
    right: -12px;
    background: url('/img/user/gallery/info/corner_tr.png') no-repeat;
}

#frameBL {
    bottom: -12px;
    left: -12px;
    background: url('/img/user/gallery/info/corner_bl.png') no-repeat;
}

#frameBR {
    bottom: -12px;
    right: -12px;
    width: 12px;
    height: 12px;
    background: url('/img/user/gallery/info/corner_br.png') no-repeat;
}

#frameT {
    top: -12px;
    left: 0px;
    right: 0px;
    height: 12px;
    background: url('/img/user/gallery/info/top.png') repeat-x;
}

#frameR {
    top: 0px;
    right: -12px;
    bottom: 0px;
    width: 12px;
    background: url('/img/user/gallery/info/right.png') repeat-y;
}

#frameB {
    bottom: -12px;
    left: 0px;
    right: 0px;
    height: 12px;
    background: url('/img/user/gallery/info/bottom.png') repeat-x;
}

#frameL {
    top: 0px;
    left: -12px;
    bottom: 0px;
    width: 12px;
    background: url('/img/user/gallery/info/left.png') repeat-y;
}