/*
	===========================================================
	===		@Softwawe: TruView
	===		@Version: 1.2.305 ~
	===		@Filename: HTML5Viewer.css
	===		@Author: Sam Wang
	===		@Copyright (c) 2010-2011 Ortery Technologies
	===========================================================
*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
}

div#Frame {
	margin-bottom:43px !important;
	overflow: hidden;
}
.controlbar {
	cursor: pointer;
	margin-top:0px;
	margin-bottom:-43px;
	/*width: 151px;*/
	width: 75px;
	height: 43px;
	z-index: 2;
	bottom: 0px;
	border-width: 0.5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
}
#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 {
	-ms-interpolation-mode: bicubic;
	visibility: hidden;
}
#togglepan {
/*	left: 20px;*/
	left: 0px;
	background-image: url("Images/btnPan.png");
}
#objZoomIn {
/*	left: 55px;*/
/*	width: 0px;*/
	left: 75px;
	background-image: url("Images/btnZoomIn.png");
}
#objZoomOut {
/*	left: 90px;*/
/*	width: 0px;*/
	left: 150px;
	background-image: url("Images/btnZoomOut.png");
}
#objautorotate {
/*	left: 125px;*/
	left: 225px;
	background-image: url("Images/btnPlay.png");
}
#togglepanOldIE {
/*		left: 20px;*/
	left: 0px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./HTML5/Images/btnPan.png", sizingMethod="scale");
}
#objZoomInOldIE {
/*		left: 55px;*/
	left: 103px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./HTML5/Images/btnZoomIn.png", sizingMethod="scale");
}
#objZoomOutOldIE {
/*		left: 90px;*/
	left: 206px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./HTML5/Images/btnZoomOut.png", sizingMethod="scale");
}
#objautorotateOldIE {
/*		left: 125px;*/
	left: 309px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./HTML5/Images/btnPlay.png", sizingMethod="scale");
}

