#vidHolder{
  position: absolute;
  width:298px;
  height:248px;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.5);
  border: solid 1px #999999;
  display: none;
}

#vidContainer{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 280px;
  height: 160px;
  overflow: hidden;
}

#ytHolder{
  width:280px;
  height:207px;
  background-color: #000000;
}

#buttonOverlay{
  position: absolute;
  width:280px;
  height:160px;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.1);
}

#button{
  position: absolute;
  width:30px;
  height:30px;
  top: 75px;
  left: 135px;
  background: url("images/pause-play.png") no-repeat -30px 0px;
}

#bar{
  position:absolute;
  top:170px;
  left:10px;
  width:280px;
  height:17px;
  background-color: #000000;
}

#soundBtn{
  position: absolute;
  width: 15px;
  height: 15px;
  top: 18px;
  left: 18px;
  background-image: url("images/Sound.png");
  background-position: 0px 0px;
}

#closeBtn{
  position: absolute;
  width: 13px;
  height: 13px;
  top: 18px;
  left: 270px;
  cursor: pointer;
  background-image: url("images/Close.png");
}

#progressBar{
  position: absolute;
  background-color: #9F1719;
  width:280px;
  height:3px;
  top: 184px;
  left: 10px;
}