.video_image{
  width:102px;
  height:77px;
  text-align:center;
  margin-top: 0px;
  overflow:hidden;
  position:relative;
}
.video_image a {
  float:none;
  width:100px;
  height:75px;
  vertical-align:middle;
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
}
.video_image img {  
  border:1px solid #666666;
}

.video_image .play img{  
  border:1px solid #666666;
}

.video_image .play {
    width: 18px;
    height: 12px;
    position:absolute;
    bottom: 0px;
    right: 4px;
 }
