/* 
    Document   : productvideo
    Created on : 22/08/2013, 1:18:07 PM
    Author     : logicalit.com
    Description:
        Purpose of the stylesheet follows.
*/

/* VIDEO PLAY BUTTON */

.video_block {
  /* margin-top: 15px; */
 
}

.video_block h1 { text-align: left; padding: 0px; }

.video_product { 
   float: left; 
  padding-right: 5px; 
  margin-top: 5px; 
 
}

a.video_pop_up {
position:relative;
display:block;
text-decoration:none;
}

a.video_pop_up img {
position: relative;
z-index: 5;
display:block;
text-decoration:none;
}

.video_product .caption {
text-decoration:none;
display:block;
text-align: center;
width: 120px; 
}
 
.play_Red {
width: 36px;
height: 27px;
background: url(../img/play_button_red.png) no-repeat 0 0;
position:absolute;
top: 34px;
left: 40px;
z-index:100;
opacity: 0.8;
}
 
.play_Black {
width: 36px;
height: 27px;
background: url(../img/play_button_black.png) no-repeat 0 0;
position:absolute;
top: 34px;
left: 40px;
z-index:100;
opacity: 0.8;
}

.play_Clear {
width: 50px;
height: 30px;
background: url(../img/play_button_clear.png) no-repeat 0 0;
position:absolute;
top: 34px;
left: 36px;
z-index:100;
}

.play_None {

}

.play:hover {
opacity: 1;
}
