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

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

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

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

.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
/*
.iviewer_zoom_in {
    left: 20px;
    background: url(img/iviewer.zoom_in.gif) center center no-repeat;
}

.iviewer_zoom_out {
    left: 55px;
    background: url(img/iviewer.zoom_out.gif) center center no-repeat;
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(img/iviewer.zoom_zero.gif) center center no-repeat;
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(img/iviewer.zoom_fit.gif) center center no-repeat;
}

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



.iviewer_rotate_left {
    left: 227px;
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.iviewer_rotate_right {
    left: 262px;
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
*/
.iviewer_zoom_status{display:none;}
.control_pan2,
.control_pan{
	width:83px;
	float:right;
	position:relative;
	height:90px;
	background-color:#cccccc;
	border-radius:2px;

}
.control_pan2{
	margin-top:15px;
	margin-right:15px;
}
.control_pan{
	
	float:right;
	margin-top:15px;
	margin-left:15px;
}
.iviewer_zoom_zero::before,
.iviewer_move_reset::before{
	content:"\f021";
}	

.iviewer_zoom_in::before{
	content: "\f067";
}
.iviewer_zoom_out::before{
	content: "\f068";
}
.iviewer_rotate_left::before {
	content: "\f112";
		
}
.iviewer_rotate_right::before {

	content: "\f064";
}

.iviewer_zoom_fit::before{
	content: "\f065";
}



.control_pan_button{
	color: #000;
    background-color: #fff;
    border-color: #398439;
	border-radius:1px;
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: 10px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding:5px;
	z-index: 1;
	cursor:pointer;
	position:absolute;
}
.iviewer_move_left,
.iviewer_zoom_in{
	left:10px;
	top:35px;
}
.iviewer_move_right,
.iviewer_zoom_out{
	right:10px;
	top:35px;
}
.iviewer_move_top,
.iviewer_rotate_left{
	left:32px;
	top:10px;
}
.iviewer_move_bottom,
.iviewer_rotate_right{
	left: 32px;
    top: 60px;
}

.iviewer_zoom_fit,
.iviewer_move_reset{
	left:32px;
	top:35px;
}

.iviewer_move_left::before {
    
	content: "\f060";		
}

.iviewer_move_right::before {
  	content: "\f061";	
}


.iviewer_move_top::before {
  content: "\f062";		
}

.iviewer_move_bottom::before{
	content: "\f063";		
}
