.gallery_frame_flicking .title {
    margin-left: 5px;
}

.gallery_frame_flicking table td.tl {
    width: 5px;
    height: 5px;
    background: url('TL.gif') no-repeat;
}
.gallery_frame_flicking table td.tt {
    height: 5px;
    background: url('TT.gif') repeat-x;
}
.gallery_frame_flicking table td.tr {
    width: 5px;
    height: 5px;
    background: url('TR.gif') no-repeat;
}
.gallery_frame_flicking table td.rr {
    width: 5px;
    background: url('RR.gif') repeat-y;
}
.gallery_frame_flicking table td.br {
    width: 5px;
    height: 11px;
    background: url('BR.gif') no-repeat;
}
.gallery_frame_flicking table td.bb {
    height: 11px;
    background: url('BB.gif') repeat-x;
}
.gallery_frame_flicking table td.bl {
    width: 5px;
    height: 11px;
    background: url('BL.gif') no-repeat;
}
.gallery_frame_flicking table td.ll {
    width: 5px;
    background: url('LL.gif') repeat-y;
}
