.viewer {
    -ms-touch-action: none;
}

.iviewer_common {
    display: inline-block;
    margin:5px 0 0 10px;
    height: 29px;
    z-index: 5000;
    vertical-align: middle;
}


.iviewer_cursor {
    cursor: url(i/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(i/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 20px;
    background: url(i/iviewer.zoom_in.png);
}

.iviewer_zoom_out {
    left: 55px;
    background: url(i/iviewer.zoom_out.png);
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(i/iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(i/iviewer.zoom_fit.png);
}

.arrowZoom{
    background: transparent url(i/iviewer.arrow.png) no-repeat top left;
    width: 13px;
    cursor: auto;
}


.hideImg{display: none}
.iviewer_zoom_status {

    border:1px solid #cfcfcf;
    color:#fff;
    font-size: 18px;
    text-align: center;
    width: 60px;
    border-radius:4px ;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: Arial, sans-serif;
    line-height: 28px;
}

.iviewer_rotate_left {
    left: 227px;
    background: #fff url(i/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
    left: 262px;
    background: #fff url(i/iviewer.rotate_right.png) center center no-repeat;
}

.viewer {
    width: 100%;
    height: 500px;
    position: relative;
	background:#818181;
}

.contPulsantiera{
    background-color: #818181;
    height:40px;
}

.pdfRegione{
    float:right;
    margin: 5px 7px 0 0;
}
.pdfRegione a{
    color:#fff;
    font-size: .9em;
    text-decoration: none;
}

.pdfRegione img{
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.contViewer{
    margin-bottom:20px;
}