/* Portrait layout for popup */
h1 { 
  display: block;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
.white-popup {

	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
	max-width: 700px;
	max-height:718px;
	height: auto;
	/*height: auto;*/
	margin: auto;
	text-align: left;
	
	border-top: 0px solid transparent;
}
.leftColumn{
	float: none;
	width:auto;
	/*max-height: 500px;*/
	max-height: 518px;/*70%;*/
	height: auto;
}
.rightColumn{
	float: none;
	padding-left: 0px;
	width: auto;
	/*max-height: 200px;*/
	max-height: 200px;

	padding-bottom: 10px;
	padding-top: 0px;
	
	overflow-y: auto;
	
	
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.imageholder{
	width: auto;
	height: auto;
	max-width:auto;
	max-height:500px;
	position: relative;
	margin: auto;
}
.imageholder img{
	display: block;
	width: auto;
	max-width: auto;
	max-height: 500px;
	margin: auto;
    position: relative;
    top: auto;
    left: auto;
    margin-right: auto;
    transform: translate(-0%, -0%);
}

.slideshow-container {
  background: white;
  width:auto;
  position: relative;
  margin: auto;
  /*border-style: solid;
  border-width: 1px;
  border-color: black;*/
  height: 100%;
}
.textArea{
	/*float: left;
	padding-left: 20px;
	width:50%;*/
	max-height: 175px;
	height: auto;
	font-size: 18px;
	overflow-y: auto;
	
	
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.dot {
  display: none;
  height: 0px;
}
.dotc{
display: none;
}
.dots{
display: none;
}
.prev, .next {
  display: none;
}
.numbertext {
  display: none;
}
."slider fade"{
display: block;
}
