#fakedlinkdiv {
  position: relative;
  left: 209px;
  top: 768px;
  width: 400px;
}

div.overlay {
  position: absolute;
  top: -2000px;
  z-index:10000;
  background-color: #FFF;
  background-image: url('../../images/multimedia/a_p_logo_centered.gif');
  background-position: center center;
  background-repeat: no-repeat;
  padding:20px;
  width:320px;
  height:240px;
  display:none;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}

div.overlay a.close {
  background: url('../../images/multimedia/overlay_closebox_toggle.gif');
  position:absolute;
  top:0px;
  right:0px;
  width:20px;
  height:20px;
  cursor:pointer;
}

div.overlay a.close:hover {
  background-position: 0px -20px;
}

div.capturepop {
  position: absolute;
  top: -2000px;
  background-color: #FFF;
  background-image: url('../../images/multimedia/a_p_logo_centered.gif');
  background-position: center center;
  background-repeat: no-repeat;
  padding:20px;
  width:320px;
  height:240px;
  display:none;
  border-style: solid;
  border-color: #EEE;
  border-width: 1px;
}

div.capturepop a.close {
  background: url('../../images/multimedia/overlay_closebox_toggle.gif');
  position:absolute;
  top:0px;
  right:0px;
  width:20px;
  height:20px;
  cursor:pointer;
}

div.capturepop a.close:hover {
  background-position: 0px -20px;
}

.player {
  display:inline;
  width:320px;
  height:240px;
}

div.capture { 
  position: absolute;
  top: -2000px;
  background-color: #FFF;
  /*background-image: url('../../images/multimedia/a_p_logo_centered.gif');*/
  background-position: center center;
  background-repeat: no-repeat;
  padding:20px;
  width:320px;
  height:240px;
  display:none;
  border-style: solid;
  border-color: #EEE;
  border-width: 1px;
} 
 
div.capture a.close {
  background: url('../../images/multimedia/overlay_closebox_toggle.gif');
  position:absolute;
  top:0px;
  right:0px;
  width:20px;
  height:20px;
  cursor:pointer;
}

div.capture a.close:hover {
  background-position: 0px -20px;
}
 
