#navigatorTitleDiv
{
    padding: 3px;
    position: fixed;
    top:244px; 
    right:100px;
    font-weight:bold;
    cursor:pointer;
    background-color: antiquewhite;
}

#navigatorDiv 
{
    border-style:double;
    padding: 50px;
    padding-top:30px;
    position: fixed;
    top:240px; 
    right:50px;
    background-color: #f5f5f5;
}