body {
	background-color: #FFFFFF;
}

.nowLoading {
	visibility: visible;
	position: absolute;
	font: 12pt "Tahoma", sans-serif;
	font-weight: bold;
	text-align: center;
	width: 590px;
}

.imageDiv {
	position: relative;
	top: 0px;
	left: 0px;
	cursor: move;
	z-index: 30;
}

.imageDivOuter {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
	width: 600px;
	height: 300px;
	overflow: hidden;
	z-index: 30;
}
