div#Thumbs {
	float:right;
	margin: -450px 0 0 0;
	/*margin:8em -5em 5em 0;*/
	width:170px;
	height:260px;
	/*overflow-x: auto; overflow-y: none;
	border:1px solid silver;*/
}
div#Thumbs div {
	padding: 2px;
	float: left;
}
div#Thumbs div img {
	border: none;
}

div#PictureBox {
	/*margin-top: 3em;
	margin-left: 2em;*/
	width: 500px;
	height: 530px;
}
div#ImgContainer {
	position: absolute;
	text-align: center;
	width: 500px;
	/*height: 480px;
	border: 1px solid silver;*/
}
div#LoadingMsg {
	/*display: none;*/
	position: absolute;
	width: 500px;
	margin: 200px 0;
	text-align: center;
	font-size: 2em;
}

