#maskLyr
{
    BORDER-RIGHT: slategray;
    BORDER-TOP: slategray thin solid;
    VISIBILITY: visible;
    OVERFLOW: hidden;
    BORDER-LEFT: slategray;
    WIDTH: 110px;
    BORDER-BOTTOM: slategray thin solid;
    POSITION: relative;
    HEIGHT: 150px;
    BACKGROUND-COLOR: white;
    z-order: 100;
    layer-background-color: white
}
#contLyr
{
    VISIBILITY: visible;
    WIDTH: 110px;
    POSITION: relative;
    HEIGHT: 150px;
    BACKGROUND-COLOR: white;
    z-order: 201;
    layer-background-color: white
}

