﻿#video
{
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 450px;
    position: relative;
    width: 600px;
}

#imgPlay
{
    height: 55px;
    left: 272px;
    position: absolute;
    top: 197px;
    width: 55px;
}

#divController
{
    bottom: -10px;
    height: 48px;
    left: 20px;
    position: absolute;
    width: 600px;
}

.spnTime
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    left: 87px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 130px;
}

.spnVolumeDescr
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    left: 370px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 40px;
}

.divQualityDescr
{
    height: 14px;
    left: 366px;
    position: absolute;
    top: 3px;
    width: 91px;
}

.divQualityDescr span
{
    color: #000;
    display: inline;
    font-size: 10px;
    text-align: center;
    width: 22px;
}

.lnkPlay, .lnkPause
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll 0 -17px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 0px;
    width: 40px;
}

.lnkPlay:hover
{
    background-position: 0 -78px;
}

.lnkPause
{
    background-position: 0 -78px;
}

.lnkPause:hover
{
    background-position: 0 -17px;
}

.divTrack
{
    border-top: 1px solid #656565;
    cursor: pointer;
    height: 1px;
    left: 40px;
    position: absolute;
    top: 19px;
    width: 247px;
}

.divProgress, .divBuffer, .divAudio
{
    background-color: #94802B;
    height: 0;
    position: absolute;
    width: 0;
}

.divBuffer
{
    background-color: #AE9E5E;
}

.divPlayhead, .divVolumehead
{
    background-image: url(/images/video/scroller.png);
    cursor: pointer;
    height: 14px;
    position: absolute;
    top: -7px;
    width: 13px;
}

.lnkMute, .lnkUnmute
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll -249px -17px;
    cursor: pointer;
    height: 40px;
    left: 310px;
    position: absolute;
    top: 0px;
    width: 40px;
}

.lnkMute:hover
{
    background-position: -249px -79px;
}

.lnkUnmute
{
    background-position: -249px -79px;
}

.lnkUnmute:hover
{
    background-position: -249px -79px;
}

.divVolume
{
    border-top: 1px solid #656565;
    height: 1px;
    left: 349px;
    position: absolute;
    top: 19px;
    width: 95px;
    cursor: pointer;
}

.divQuality
{
    background-image: url(/images/video/bgPlayerButton.png);
    background-position: -417px -19px;
    background-repeat: no-repeat;
    height: 34px;
    left: 462px;
    padding-left: 24px;
    position: absolute;
    top: 0;
    width: 109px;
}

.lnkQualityLevel
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll -444px -98px;
    cursor: pointer;
    display: inline;
    float: left;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 20px;
    width: 10px;
}

.lnkQualityLevel.selected
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll -480px -98px;
}

#lnkLevel_512:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll -480px -98px;
}

#lnkLevel_1024:hover, #lnkLevel_2048:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll -480px -98px;
}

#lnkLevel_4096:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/video/bgPlayerButton.png) no-repeat scroll -480px -98px;
}

.lnkFullscreen
{
    background-image: url(/images/video/bgPlayerButton.png);
    background-position: 0 -122px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 19px;
    left: 587px;
    position: absolute;
    top: 0px;
    width: 17px;
}

.lnkFullscreen .tooltip
{
    position: absolute;
    display: none;
    width: 162px;
    height: 46px;        
    background: url("/images/video/imgTooltipFullscreen.png") top left no-repeat;
    top: -25px;
    left: -140px;
}

