#cubbler div
{
    border: 1px solid #666666;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #333333;
}

#title_div
{
    height: 30px;
    text-align: center;
    position: absolute;
    font-size: 1.5em;
    color: #ffffff;
}

#cubbler
{
    height: 130px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#ZoomerCloseContainer{
    height:26px;
    border-bottom: 1px solid #cccccc;
}

#ZoomerCloseButton{
    width:22px;
    height:22px;

    background-image:url(../img/icon/del_22x22.png);
    background-position:0% 0%;
    background-repeat:no-repeat;

    float:right;
    margin-right:2px;
    margin-top:2px;

    cursor:pointer;
}

#ZoomerDescriptorContainer{
    padding:10px 10px 10px 10px;
    text-align:justify;
    border-top: 1px solid #cccccc;
}
