.controlbar {
	cursor:pointer;
	width:50px;
	height:50px;
	z-index: 2; 
	border-width: 0.5px;
	background-color:transparent;	
	margin-left: 10px;
}
#buttonDiv {
	z-index: 2;
	position: absolute; 
}
div#Photo {
	z-index: 1;
	background-image: url("Images/iconLoading.gif");
	background-repeat: no-repeat;
	background-position: center center; 
}
#HTML5Viewer {
	visibility: hidden;
}
p#nonjs {
    text-align: center;
}
body[orient = "portrait"]  {
	min-height: 300px;
}

body[orient = "landscape"] {
	min-height: 300px;
}
@media only screen and (max-width: 940px) {
	#centerImg {
		margin: auto;
	}
}
@media only screen and (max-device-width: 480px) {
	#centerImg {
		margin: auto;
	}
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
	#togglepan, #objZoomIn, #objZoomOut {
		margin-top:auto;
	}
}
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
	#togglepan, #objZoomIn, #objZoomOut {
		margin-top:auto;
	}
}