﻿.x-vlc-slider  {
    background:#C7F2FF;
    text-align:center;
 
 }
 .x-vlc-slider-thumb {
    background:#4EAECC;
    width:3px;
}
.x-vlc-main {
 
}
.x-vlc-toolbar {

    color:black;

}
 .x-vlc-toolbar * {
      vertical-align:top;
      color:black;
      }
.x-vlc-btn {
   
    padding-right:10px;
  
  
}
.x-vlc-btn-fullscreen {
    background:url(images/fullscreen2.gif) no-repeat;
}
 .x-vlc-btn-plus {
    background:url(images/plus2.gif) no-repeat;
}
.x-vlc-btn-moins {
    background:url(images/moins2.gif) no-repeat;
}
.x-vlc-btn:hover {
    color:red;
    
}
.x-vlc-btn-play {
    background:url(images/play2.gif) no-repeat;
}
.x-vlc-btn-stop {
    background:url(images/stop2.gif) no-repeat;

}
.x-vlc-btn-pause {
    background:url(images/pause2.gif) no-repeat;

}
.x-vlc-timer {
    width:100px;
    font-size:12px;
    vertical-align:top;
    text-align:center
}
.x-vlc-about {
    font-size:10px;
   
}

/** *********** **/

div.bg {
    
    z-index:9999;
    position: fixed; 
    width:100%;
    height:100%; 
    top:0px;
    left:0px; 
    background-color: gray;
    display:none;  
}
div.vlcbox {
    
    z-index:99999;
    position: absolute;
    top: 50%; 
    left:50%;
    margin-top:-300px;
    margin-left: -400px;
    background-color:#fff;
    display:none;
}