---------------- HTML ------------------
---------------- CSS - For adding a play button to the video thumbnail ------------------
/*-- VIDEO PLAY BUTTON --*/
a.video_pop_up {
position:relative;
display:block;
}
a.video_pop_up img {
position: relative;
z-index: 5;
}
.play {
width: 74px;
height: 73px;
background: url(/furniture/images/buttons/playbutton.png)...