div#navControl {
    position: fixed;
    bottom: 0px;
    width: 300px;
    height: auto;
    right: 0px;
    z-index: 3;
    background: #DDD;
    border: 1px solid #ddd;
    padding-left: 2px;
    padding-top: 2px;
    border-top-left-radius: 3px;
    border-bottom: 0px;
    border-right: 0px;
}

div#smallViewer {
    display:  none;
    position: relative;
    float: left;
    width: 500px;
    height: 0px;
    background: white;
    border-bottom: 1px solid #999;
    z-index: 500;
    overflow: hidden;
}
div#viewpoint {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #0A94DA;
    border-right: 3px solid #0A94DA;
    border-top: 3px solid #0A94DA;
    border-left: 3px solid #0A94DA;
    z-index: 501;
}
div#viewpointbg {

    border: 2px solid #111;
    position: relative;
    width: 100%;
    height: 100%;
    background: #0A94DA;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

img#imgSmallViewer {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
}


.imgIcon {
    height: 100%;
    position: relative;
    left: -1px;
}
div#scrollPosition,div#zoomIn,div#zoomOut,div#scroll,div#fullScreen{
    line-height:38px;
}
input#zoomValue{
    border: 1px solid #DDD;
    width: 60px;
    padding: 5px;
    height: 32px;
    margin-top: 6px;
    margin-left: 5px;
    float: left;
    margin-bottom: 5px;
    border-right: 0px;
    z-index: 4;
    font-size: 20px;
    color: #777;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    background: #EFEFEF;
}
div#hideSmallViewer {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #EEE;
    text-align: center;
}
div.showSmallViewer{
    display:none;    
}
div.hideShowSmall{
    float: right;
    position: relative;
    top: 8px;
    margin-right: 10px;
}
#help{
    font-size: 12px;
    color: #444;
    border: 1px solid #CCC;
    position: absolute;
    right: 0px;
    bottom: 5px;
    background: #fff;
    padding: 5px;
}
#help > div{
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}
.color{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    border: 1px solid #AAA;
}
.colorText{
    float: left;
}