if ( typeof(videoFile) != 'undefined' && videoFile.length ) {
  if ( videoFile.substr(0, 1) == '/' ) videoFile = videoFile.substr(1);
  html = '<div style="text-align:center;"><div id="divVideoPlayer__"></div></div><script type="text/javascript">swfobject.embedSWF("/videoPlayer.swf", "divVideoPlayer__", "500", "282", "9.0.0", "", {vidWidth:500, vidHeight:282, playVid:"/' + videoFile + '"}, {quality:"High", wmode:"transparent"});</script>';
  
  $("#videoLightboxLink").pixelsilkModal({
    contentType: "html",
    content: html,
    closeButtonHTML: '',
    fadeInSpeed: 300, fadeOutSpeed: 300,
    modalWidth: 560, modalHeight: 342 });
}
