#playerWrapper
{
  position: relative;
  left: 159px;
  
  z-index: 1;
}

#player
{
  position: relative;
  
  width: 314px;
  height: 500px;
  
  z-index: 1;
}

/* This is here just for the no-JavaScript text */
#flashPlayerNoJSFlash
{
  width: 330px;
}

#playerText
{
  position: absolute;
  top: 300px;
  left: 0px;
  
  width: 304px;
  
  padding-left: 5px;
  
  /*margin-left: auto;
  margin-right: auto;*/
  
  text-align: center;
  
  font-size: 8pt;
  font-style: italic;
  
  z-index: 2;
}