#iviewer{
    width: 500px;
    height: 666px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #aaa;
}

.viewer {
    -ms-touch-action: none;
}

.iviewer_common {
    position:absolute;
    top:5px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: url('/images/iviewer/hand.cur') 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url('/images/iviewer/grab.cur') 6 8, pointer;
}

.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 5px;
    background: url('/images/iviewer/zoom-in.png') #fff no-repeat 2px 2px;
}

.iviewer_zoom_out {
    left: 40px;
    background: url('/images/iviewer/zoom-out.png') #fff no-repeat 2px 2px;
}

.iviewer_zoom_zero {
    left: 75px;
    background: url('/images/iviewer/zero.png') #fff no-repeat 2px 2px;
}

.iviewer_zoom_fit {
    left: 145px;
    background: url('/images/iviewer/zero.png') #fff no-repeat 2px 2px;
}

.iviewer_zoom_status {
    left: 180px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
    display: none;
}

.iviewer_rotate_left {
    left: 75px;
    background: url('/images/iviewer/left.png') #fff no-repeat 2px 2px;
}

.iviewer_rotate_right {
    left: 110px;
    background: url('/images/iviewer/right.png') #fff no-repeat 2px 2px;
}

.iviewer-quality-warning{
    color: black;
    font-size: 0.75em;
    left: 180px;
    line-height: 1.2em;
    text-align: center;
    width: 300px;
}

.iviewer-qlow{
    border: 1px solid yellow;
    background-color: rgba(250, 250, 60, 0.6);
}

.iviewer-qbad{
    border: 1px solid red;
    background-color: rgba(250, 120, 90, 0.6);   
}