#modalOverlay {
  background-color:#111
  ;
  cursor:wait;
}

#modalContainer {
  height:300px;
  width:400px;
  left:50%;
  top:15%;
  margin-left:-200px; /* half the width, to center */
  border:3px solid #555;
	background: #0000;
}

#modalLargeVideoContainer {
	height:650px;
  width:810px;
  left:50%;
  top:5%;
  margin-left:-405px; /* half the width, to center */
  border:3px solid #555;
	background: #000;
}



#modalLargeVideoContainer a.modalCloseImg ,
#modalContainer a.modalCloseImg {
  background:url(../images/icons/close-modal.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

