.shadow{
	height: 870px;
}

.main{
	height: 850px;
}

.gallery{
  position: absolute;
	left: 170px;
	top: 335px;
	width: 700px;
	background-color: white;
}

.information{
	position: absolute;
	top: 230px;
	left: 40px;
	right: 40px;
	background-color: #FFFFFF;
	color: #404040;
	font-size: 10pt;
}

#noPictures{
  background-color: white;
  position: absolute;
	left: 0px;
	top: 230px;
	width: 830px;
	height: 400px;
	font-size: 12pt;
	padding-top: 100px;
	padding-left: 50px;
	display: none;
	text-align: center;
	z-index: 100;
}

#loading{
  background-color: white;
  position: absolute;
	left: 0px;
	top: 230px;
	width: 830px;
	height: 410px;
	font-size: 12pt;
	padding-top: 100px;
	padding-left: 50px;
	display: inline;
	text-align: center;
	z-index: 100;
}