#modalOverlay {
  height: 100%; 
  width: 100%;
  position: fixed; 
  left: 0;
  top: 0;
  z-index: 3000;
  background-color: #000;
  /* cursor:wait; */
}
 
#modalContainer {
  height:400px; 
  width:600px;
  position:fixed; 
  left:50%; 
  top:15%; 
  margin-left:-300px; 
  z-index:3100; 
  text-align: center;
  /* background-color:#fff; */
  /* border:3px solid #ccc; */
}

#modalContainer img {
	border: 10px solid #ccc;
}

a.modalCloseImg {
  background:url(/lib/images/x.png) no-repeat; 
  width:25px; 
  height:29px; 
  display:inline; 
  z-index:3200; 
  position:absolute; 
  top:-14px; 
  left:588px; 
  cursor:pointer;
}
 
#modalIframe {
  z-index:1000; 
  position:absolute; 
  width:100%; 
  height:100%; 
  top:0; 
  left:0;
}

.figures {
	display: block;
	width: 190px;
	float: right;
	margin-left: 20px;
}

.figures dt,
.figures dd {
	margin: 0;
	padding: 0;
}

.figures dt {
	margin-bottom: 5px;
}

.figures dt img {
	border: 0;
}

.figures dd {
	margin-bottom: 20px;
}

.figures dd h6,
.figures dd p {
	font-size: 10px;
}

