@charset "UTF-8";
div.container
{
	margin: 0;
	padding: 1px;
	background-color: rgb(153, 153, 153);
	width: 400px;
}
div.container div.navigation
{
	margin: 1px 0 0 0;
	padding: 0;
	width: 400px;
	height: 49px;
	background-color: rgb(255, 255, 255);
	position: relative;
}
div.container div.navigation div.slider
{
	margin: 0px;
	padding: 0px;
	width: 380px;
	top: 5px;
	left: 10px;
	position: relative;
	font: 62.5% "Trebuchet MS", sans-serif;
}
div.container div.navigation div.zoom-in
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 5px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/zoomin.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.zoom-out
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 35px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/zoomout.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.move
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 115px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/move.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.spin
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 145px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/spin_right.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.turn-left
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	right: 145px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/turn_left.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.turn-left-stop
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	right: 145px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/stop.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.turn-right-stop
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	right: 115px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/stop.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.turn-right
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	right: 115px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/turn_right.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.zoom-reset
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	right: 35px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/reset.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.container div.navigation div.zoom-view
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	right: 5px;
	top: 23px;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(images/zoomview_switch.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
#preloadStatus
{
	position: absolute;
	left: 10px;
	top: 10px;
	color: rgb(128, 128, 128);
	text-align: center;
	font-weight: 120%;
	opacity: 0.75;
	-moz-opacity:0.75;
	filter: alpha(opacity=75);
}
