﻿#VideoContainer {
    background-image: url('../gif/playerBg.png');
    background-size: auto 100%;
    padding: 10px 10px 40px 10px;
    width: 1200px;
    height: 400px;
    overflow:hidden;
}
#videoInner {
    width: 1180px;
    height: 400px;
    background-color: #202020;
    padding: 10px 10px;
    
    
}
#NitPlayer {
    float:left;
}
#NitPlayList{
    float: right;
    width: 560px;
}
#NitPlayList ul {
    margin:0;
    padding:0;
    float:none;
}
#NitPlayList li {
    list-style: none;
    float: left;
    padding: 5px 5px;
}
#NitControls{
    width: 600px;
    height: 40px;
    clear: both;
    margin-left:5px;display:none;
}
#ProgressContainer {
    background-image: url("../gif/progressContainer.png");
    width:457px;
    height: 30px;
    
}
#NitPlayerProgress {
    background-image: url("../gif/progrees-full.png");
    width: 348px;
    height: 6px;
    margin-left: 8px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
    
}
#NitPlayerProgress img{
    height: 6px;
    display: block;

}
#NitPlayerMute,#NitPlayerFullScreen{
    width: 34px;
    height: 30px;
}
#NitControls div{
    float: left;
}
#NitPlayerTime
{
    color: white;
    padding: 0px 4px;
    line-height: 30px;
}
.mute:link{
    background-image: url("../gif/mute.png");
    display: block;
    width: 34px;
    height: 30px;
    text-decoration: none;
}
.fullscreen{
    background-image: url("../gif/full-screen.png");
    display: block;
    height: 21px;
    margin-top: 4px;
    text-decoration: none;
    width: 28px;cursor:pointer;
}

.unmute:link{
    background-image: url("../gif/unmute.png");
    display: block;
    width: 34px;
    height: 30px;
    text-decoration: none;
}

.play:link{
    background-image: url("../gif/play.png");
    display: block;
    width: 46px;
    height: 30px;
    text-decoration: none;
}
.pause:link{
    background-image: url("../gif/pause.png");
    display: block;
    width: 46px;
    height: 30px;
    text-decoration: none;
}

