video { width: 100% !important; height: 100% !important; }
video:-webkit-full-screen { max-height: 100%; }
video:-moz-full-screen { max-height: 100%; }

.iefull { position: absolute !important; width: 100% !important; height: 100% !important; z-index: 1000000; top: 0 !important; bottom: 0!important; left: 0!important; right: 0!important; }
.bouton { width: 25px; height: 25px; margin: 5px; cursor: pointer; background: url("../img/skin-player-default.png") no-repeat; }

.videoPlayer { position: absolute; width: 100%; height: 100%; }
.videoPlayer .controls{ position: absolute; width: 100%; height: 35px; bottom: 0px; display: none; }
.videoPlayer .controls > * { display: inline-block; float: left; }

.videoPlayer .playpause  { margin-left: 10px; }
.videoPlayer .seek { width: 790px; height: 25px; margin: 8px; margin-left: 10px; }
.videoPlayer .seek .seekContent { display: inline-block; border: #878995 solid 2px; float: left; margin-top: 4px; margin-left: 0px; width: 100%; height: 5px; border-radius: 0px; padding: 2px; }
.videoPlayer .seek .bufferBar { background: #a6a8b5; border-radius: 0px; border: none; height: 100%; width: 100%; }
.videoPlayer .seek .seekBar { background: rgba(255, 255, 255, 0.01); margin-top: -5px; border-radius: 0px; border: none; height: 100%; width: 100%; }
.videoPlayer .seek .seekBar .ui-slider-handle { display: none !important; }
.videoPlayer .seek .seekBar .ui-slider-handle.ui-state-focus{ outline: none !important; }
.videoPlayer .seek .seekBar .ui-slider-range{ background: #878995  !important; }
.videoPlayer .seek .time { display: none; margin-top: 4px; margin-left: 10px; font-size: 13px; font-family: Arial; color: #CCC; text-shadow: 1px 1px 0px black, 0px 1px 0px black, 1px 0px 0px black, -1px 0px 0px black, -1px -1px 0px black, 0px -1px 0px black; }

.videoPlayer .vol { margin-left: 10px; margin-top: 6px; }
.videoPlayer .volumeCon { display: inline-block; border: #878995 solid 2px; float: left; margin-top: 12px; margin-left: 0px; width: 100px; height: 5px; border-radius: 0px; padding: 2px;  }
.videoPlayer .volumeBar { background: rgba(255, 255, 255, 0.01); border-radius: 0px; border: none; height: 100%; width: 100%; }
.videoPlayer .volumeBar .ui-slider-handle { display: none  !important; }
.videoPlayer .volumeBar .ui-slider-handle.ui-state-focus{ outline: none  !important; }
.videoPlayer .volumeBar .ui-slider-range{ border-radius: 0px; background: #878995  !important; }

.videoPlayer .full { margin-left: 15px; margin-top: 6px; }


.play	{ background-position: 0px 0x; }
.pause 	{ background-position: -25px 0px; }
.stop 	{ background-position: -50px 0px; }
.vol 	{ background-position: -75px 0px; }
.full 	{ background-position: -100px 0px; }