body {
	font: 70%/1.5 "Arial";
	background: #fff;
	color: #000;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#container {
	position: relative;
	width: 840px;
	height: 570px;
	margin: 0px auto 0 auto;
	background: url('original.jpg');
	z-index:1;
	display:none;
}
div#container-load {
	position: absolute;
	width: 840px;
	height: 570px;
	background-color:	#fff;
	z-index:50;
	display:block;
}

div#box {
	position: absolute;
  top: 20px;
	right: 20px;
	width: 470px;
	height: 307px;
	padding: 0px 0px;
	font-size: 1.25em;
	background: url('box-bg.png');
	color: #0F1B5F;
}

img.caption {
	display: block;
	margin-bottom: 6px;
	margin-left: 150px;
}

div.scroll-pane {
	height: 230px;
	overflow: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}


