.videoController2{
    background-position: -230px -0px;
    left:740px;
    top:190px;
    width:151px;
    height:60px;
    opacity:0; 
    filter: alpha(opacity=0);
    display:none;
}
.muteButton2{
    background-position: -160px -0px;
    left:25px;
    top:16px;
    width:22px;
    height:16px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.muteButton2:hover{
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}
.unMuteButton2{
    background-position: -190px -0px;
    left:25px;
    top:16px;
    width:22px;
    height:16px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.unMuteButton2:hover{
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}
.playButton2{
    background-position: -160px -20px;
    left:65px;
    top:14px;
    width:20px;
    height:17px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.playButton2:hover{
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}
.pauseButton2{
    background-position: -192px -20px;
    left:62px;
    top:15px;
    width:20px;
    height:17px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.pauseButton2:hover{
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}
.fullscreenButton2{
    background-position: -160px -40px;
    left:108px;
    top:14px;
    width:20px;
    height:20px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.fullscreenButton2:hover{
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}
.progressBar2{
    background-position: -230px -65px;
    left:10px;
    top:45px;
    width:131px;
    height:7px;
}
.progressBar2:hover{
    cursor:sw-resize;
}
.videoProgress2{
    position:absolute;
    background-color: #D7FF2A; 
    width:0px; 
    height:3px; 
    top:2px;
}
.videoProgressBall2{
    background-position: -365px -65px;
    left:0px;
    top:0px;
    width:8px;
    height:7px;
}
.videoControllerMove2{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.videoControllerMove2:hover{
    cursor:move;
}