.mytube {
  position: relative;
  line-height: 0;
}

.mytubetrigger {
  overflow: hidden;
}

.mytubeembedcode {
  display: none;
}

.mytube .mytubethumb {
  cursor: pointer;
}

.mytube .mytubethumb.mytubeactivated {
  cursor: default;
}

.mytube .mytubeplay {
  position: absolute;
  cursor: pointer;
  top: 90px;
  left: 135px;
  width: 60px;
  height: 65px;
  z-index: 5;
}

.mytube .mytubetext {
  font-size: 10px;
  line-height: 10px;
  margin-top: 3px;
}

.mytubehelp {
  cursor: help;
}
