/*
//	====================================
//	===		@Version: 1.3.0	         ===
//	===		@Name: HTML5Viewer.css	 ===
//	====================================
*/
body {
	margin: 0px;
	padding: 0px;
}

.animateFrame {
	text-align: left;
	position: relative;
	overflow: hidden;
}

.animatePhoto {
	z-index: 1;
	position: absolute;
	background-image: url("Images/iconLoading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.animateViewer {
	visibility: hidden;
}

.animateBtnDiv {
	width: 100%;
	bottom: 0px;
	text-align: left;
	z-index: 2;
	position: absolute;
	overflow: visible;
}

.animatePosSpan {
	width: 30%;
	position:absolute;
	margin-left: 2%;
	bottom: 0px;
}

.animateSpeedSpan {
	width:  30%;
	position:absolute;
	bottom: 0px;
}

.animateMagnifier {
	border-width: 1px;
	border-color: grey;
	border-style: groove;
	background-color: white;
	background-repeat: no-repeat;

	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-o-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-ms-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);

	z-index: 3;
	position: absolute;
	
	cursor: move;
}

.animateMagnifierBtn {
	width: 4%;
	margin-left: 2%;

	cursor: pointer;
}

.animateArrowBtn {
	width: 4%;
	margin-left: 2%;

	cursor: pointer;
}

.animateCursorHint {
	width: 10%;
	height: 10%;
}