@charset "UTF-8";
.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-size: 1.75em;
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 88%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}
/* CSS Document */

