.vid-ctrl-bar {
  background: transparent url(../images/video/vid_control_bar.png) repeat-x scroll 0 0; 
  height: 54px;
  width: 100%;
  table-layout:fixed;
}

.vid-play {
  background: transparent url(../images/video/vid_play.png) no-repeat scroll center center !important;  
}

.vid-pause {
width: 54px; 
  height: 54px;
  background: transparent url(../images/video/vid_pause.png) no-repeat scroll center center;
}
.vid-track {
  background: transparent url(../images/video/vid_track.png) repeat-x scroll center center; 
}

.vid-enlapsed {
  background: #b2d400 no-repeat scroll center center;
  height:4px !important; 
 }

.vid-thumb {
  background: transparent url(../images/video/vol_thumb.png) no-repeat scroll center center; 
}



.vid-vol {
  background: transparent url(../images/video/vol_icon.png) no-repeat scroll center center;   
  width: 16px;
}
.i-vol-muted {
  background: transparent url(../images/video/vol_icon_mute.png) no-repeat scroll center center;   
  width: 16px;
}


.vid-time {
  width: 70px;
  text-align: center;
  color: #eeeeee;
}

.vid-vol-active  {
  background: transparent url(../images/video/vol_active.png) no-repeat scroll left center; 
  width: 30px;
  height: 30px;
}

.vid-vol-passive {
  background: transparent url(../images/video/vol_inactive.png) no-repeat scroll left center; 
  width: 30px;
}


