 .pointer:hover{
        cursor:pointer;
        cursor:hand;
    }
    #contmasterpiece
        {
        width:  800px;
        height: 400px;
        overflow: hidden;
        border: 1px solid #919191;
        
        }

    .zoomin
        {
        width:  16px;
        height: 16px;
        background: url(/images/zoom_in.png) no-repeat;
        float:  right;
        margin-right: 10px;
        }

    .zoomout
        {
        width:  16px;
        height: 16px;
        background: url(/images/zoom_out.png) no-repeat;
        float:  right;
        margin-right: 10px;
        }

    .controls
        {
        width:  800px;
        height: 20px;
        position: absolute;
        right:  0;
        bottom: 0;
        }

    .txtZoom
        {
        color:     white;
        font-size: 14px;
        font-weight: bold;
        float:     right;
        margin-right: 10px;
        }

    .txtBackground
        {
        color:     white;
        font-size: 14px;
        font-weight: bold;
        float:     right;
        margin-right: 10px;
        }

    .backcolors
        {
        float:        right;
       /* margin-right: 10px;*/
        }

    .color
        {
        width:  15px;
        height: 15px;
        margin-right: 3px;
        float:  right;
        border: 1px solid #919191;
        }
    .color:hover{
        cursor: pointer;
        cursor:hand;
    }

    .minimap
        {
        width:  192px;
        height: 98px;
        border: 1px solid #919191;
        position: relative;
        float:  right;
        margin-top: 25px;
        margin-right: 40px;
        }

    .minimapwindow
        {
        width:  80px;
        height: 40px;
        position: absolute;
        border: 1px solid #919191;
        background-color: black;
        }

    .minimapcontainer
        {
        width:   800px;
        display: block;
        height:  110px;
        }

    .passo3
        {
        float: left;
        }

    .passotxt
        {
        float: left;
        width: 300px;
        padding-left: 10px;
        }

    .topomasterpiece
        {
        width:  800px;
        height: 170px;
        position: relative;
        }
    .nav{
        width:48px;
        height:48px;
        position:absolute;
        top:50px;
        left:500px;
    }
    
    .navup{
        position:absolute;
        left: 16px;
        top: 0;
        background: url(/images/up.png) no-repeat;
        width:16px;
        height:16px;
    }
 
    .navright{
        position:absolute;
        top: 16px;
        right: 0;
        background: url(/images/right.png) no-repeat;
        width:16px;
        height:16px;
    }
  
    .navdown{
        position:absolute;
        left: 16px;
        bottom: 0;
        background: url(/images/down.png) no-repeat;
        width:16px;
        height:16px;
    }
  
    .navleft{
        position:absolute;
        left: 0px;
        top: 16px;
        background: url(/images/left.png) no-repeat;
        width:16px;
        height:16px;
    }
  
    .dotsearch{
        width:230px;
        height:20px;
        position: absolute;
        bottom:0px;
        left:180px;
    }
    .dotsearchinput{
        position:absolute;
        left:0;
        width:210px;
        height:30px;
    }
    .dotsearchbtn{
        position: absolute;
        right: 4px;
        top:4px;
        background: url(/images/right.png) no-repeat;
        width:16px;
        height:16px;
    }
    .txtSearch{
         color:     white;
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
    }