#imagegallery{
	background:#77AADD;
	clear:left;
	padding:12px;
	min-height:200px;
	max-height:545px;
	
}


#items{
	float: left;
	width: 280px;
	border: 1px solid #DFDFDF;
	background:white;
	height:545px;
	max-height:548px;
	overflow-y: auto;
	}
#items .item {
	float: left;
	padding: 6px;
	position: relative;
	width: 60px;
	max-height:60px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}

#items .img-wrapper {
      width: 50px;
      height:60px;
      overflow: hidden;
      vertical-align: middle;
      text-align:center;

}
#items .item:hover{border: 1px solid #ddd;}
/* need to fix one - either the height or the width */
#items .item img {
	max-width:60px;
	max-height:60px;
}


#large{
	/* border: 1px solid #77AADD; */
	border-right: 13px solid #77AADD;
	border-top: 12px solid #77AADD;
	border-bottom: 14px solid #77AADD; 
	/* padding-top:12px;*/
	width: 450px;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
    vertical-align: middle;
	height: 546px;
	position: absolute;
	left:530px; /* one more than the width of tabs */
	top:27px; */
	
}
#large .info{
	font-size: 1.0em;
	text-align: center;
	
	padding:10px;
	color:#B3B3B3;
}
#items .none{display:none;}
#large .item {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
	
}
#large .details{
  text-align : left;
  padding :10px;
}

#large .property_label{
  font-weight:bold;
  padding :2px;
}


#large .item img{
	max-width:200px;
	max-height: 200px;
}
#items .nam {
    font-size: 6pt;
    padding: 2px;
}
#large .nam{display:none;}

/* ######################################*/

#peoplestabs{
	position:relative;
	left:0;
	top:0;	
	
}
