.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: 5000;
}

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

.iviewer_drag_cursor {
    cursor: url(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_fit {
    left: 125px;
    background: url(img/iviewer.zoom_fit.gif) center center no-repeat;
}

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

.iviewer_rotate_left,.iviewer_rotate_right,.iviewer_zoom_zero {
 	display: none;
}

.viewer {
	width: 900px;
	height: 790px;
	border: 1px solid black;
	position: relative;
	z-index: 200;
}

.viewer img {
	position: relative;
	z-index: 100;
}
.wrapper {
	width: 900px;
	height: 790px;
	overflow: hidden;
	border: 3px solid #C60;
	position: relative;
	margin: auto;
}
#status{
 }

.infowindow{
	height: 740px;
	width: 850px;
	background-color: #FFC;
	z-index: 1000;
	position: absolute;
	right: -3px;
	bottom: -3px;
	display: none;
	margin: 10px;
	padding: 15px;
	border: 2px solid #633;
	text-align: center;
}
.infowindow h1{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333192;
	position: relative;
	top: -15px;
	text-align: left;
} 
.alert-close {
	color: #FFF;
	cursor: pointer;
	font-size: 24px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	background-color: #333192;
	width: 24px;
	display: block;
	z-index: 2000;
}
