.admtv-player-poster{
  display: none!important;
}
.admtv-player-big-play
{
	/*background: linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
	background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));*/
	background:#000000;
	border: none;
	border-radius: 0px;
	/*box-shadow: 0 1px 1px #000;*/
	cursor: pointer;
	height: 130%;
	/*left: 10px;*/
	margin-left: -160px;
	/*margin-top: -5px;*/
	/*moz-box-shadow: 0 1px 1px #000;*/
	position: absolute;
	/*top: 2px;*/
	/*webkit-box-shadow: 0 1px 1px #000;*/
	width: 108%;
	z-index: 300;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	display:block;
}
.admtv-player-big-play span
{
  background: url("play_btn_white.png") no-repeat;
  display: block;
  height: 21px;
  left: 50%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
  width: 16px;
  /*  background: transparent url(play_btn_white.png) no-repeat;
  display: block;
  height: 10px;
  left: 30%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 10%;
  width: 8px;*/
}
