div.vp{
    height: 216px;
    width: 375px;
    background:#000 /* url(i/player.png) no-repeat bottom center*/;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid whitesmoke;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

img.vp_thumb{
    max-height: 210px !important;
    max-width: 265px !important;
    z-index: -9999;
}

span.play_button{
  position:absolute;
  left: 23%;
  margin-top: 60px;
  filter:alpha(opacity=95);
  z-index: 9999999;
  -moz-opacity:0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
}