body {margin:0px;padding:0px;}

div#Frame {
	margin:	auto;
	overflow:hidden;
	
	
	
}
.controlbar {
	cursor:pointer;
	width:33px;
	height:33px;
	margin-left:5px;
	z-index: 2; 
	border-width: 0.5px;
	background-color:transparent;
		
	
}
#objZoomIn{
	margin-left:13px;
	}
#objZoomOut{
	margin-left:13px;
	}
#objautorotate{
	margin-left:13px;
	}
	
#imgA{
	margin-left:13px;}
	
#objLink{
	margin-left:13px;}
	
	
#buttonDiv {
	text-align: center;
	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;
}






@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) and
(orientation : portrait) {
	#buttonDiv {
		bottom:33px;
	}
	.controlbar {
		margin-left: 10px;
	}
}

@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) and
(orientation : landscape) {
	#buttonDiv {
		bottom:33px;
	}
	.controlbar {
		margin-left: 10px;
	}
}