.viewer {
    -ms-touch-action: none;
}
.iviewer_cursor img{
	box-shadow:5px 5px 10px grey;
}
.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 0px  solid #000;
    height: 25px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}
.iviewer_loading img{
	display:none;
}
.iviewer_loading{
	background:url(https://www.conferenceroomav.com/images/ajax-loader.gif);
}
.iviewer_button {
    width: 25px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

#zoomIcons{
	background:rgba(82,82,82,0.9);	
	width:100px;
	height:45px;
	left:285px;
	border-radius:5px;
	position:absolute;
	top:450px;	
	left:500px;
}
.iviewer_zoom_in {
    left: 20px;
    background: url(img/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 55px;
    background: url(img/iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 90px;
	display:none;
    /*background: url(img/iviewer.zoom_zero.gif);*/
}

.iviewer_zoom_fit {
    left: 125px;
	display:none;
    /*background: url(img/iviewer.zoom_fit.gif);*/
}

.iviewer_zoom_status {
    display:none;
	left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}

.iviewer_rotate_left {
	display:none;
    left: 227px;
    /*background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;*/
}

.iviewer_rotate_right {
    display:none;
	left: 262px;
    /*background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;*/
}
