.viewer
{
	width: 100%!important;
	height: 500px;
	position: relative;
}

.wrapper
{
	overflow: hidden;
}

.viewer {
    -ms-touch-action: none;
}
.viewer img {
    image-orientation: from-image;
}
.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 10;
	background:#fff;
}

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

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

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

.iviewer_zoom_in {
    left: 20px;
    background: url(iviewer.zoom_in.gif) #fff center center no-repeat;
}

.iviewer_zoom_out {
    left: 51px;
    background: url(iviewer.zoom_out.gif) #fff center center no-repeat;
}

.iviewer_zoom_zero {
    left: 82px;
    background: url(iviewer.zoom_zero.gif) #fff center center no-repeat;
}

.iviewer_zoom_fit {
    left: 113px;
    background: url(iviewer.zoom_fit.gif) #fff center center no-repeat;
}

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

.iviewer_rotate_left {
    left: 182px;
    background: url(iviewer.rotate_left.png) #fff center center no-repeat;
}

.iviewer_rotate_right {
    left: 213px;
    background: url(iviewer.rotate_right.png) #fff center center no-repeat;
}
