﻿
#audioPlayer
{
    margin:100px;
}

.video-js-box
{
    border: medium none !important;
    line-height: 0 !important;
    margin: 0;
    padding: 0 !important;
    position: relative;
    text-align: left;
}
video.video-js
{
    background-color: #000000;
    padding: 0;
    position: relative;
}
.vjs-flash-fallback
{
    display: block;
}
.video-js-box img.vjs-poster
{
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-js-box .vjs-subtitles
{
    bottom: 40px;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.video-js-box.vjs-fullscreen
{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.video-js-box.vjs-fullscreen video.video-js, .video-js-box.vjs-fullscreen .vjs-flash-fallback
{
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.video-js-box.vjs-fullscreen img.vjs-poster
{
    z-index: 1001;
}
.video-js-box.vjs-fullscreen .vjs-spinner
{
    z-index: 1001;
}
.video-js-box.vjs-fullscreen .vjs-controls
{
    z-index: 1003;
}
.video-js-box.vjs-fullscreen .vjs-big-play-button
{
    z-index: 1004;
}
.video-js-box.vjs-fullscreen .vjs-subtitles
{
    z-index: 1004;
}
.vjs-styles-check
{
    height: 5px;
    position: absolute;
}
.video-js-box.vjs-controls-below .vjs-controls
{
    background-color: #000000;
    opacity: 1;
    position: relative;
}
.video-js-box.vjs-controls-below .vjs-subtitles
{
    bottom: 75px;
}
.video-js-box .vjs-controls
{
    bottom: 0;
    color: #FFFFFF;
    display: none;
    height: 35px;
    left: 0;
    margin: 0;
    opacity: 0.85;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.video-js-box .vjs-controls > div
{
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 1px 1px 2px #000000;
    background: -moz-linear-gradient(center top , #0B151A, #1F3744) repeat scroll left 12px #1F3744;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 5px;
}
.vjs-controls > div.vjs-play-control
{
    left: 5px;
    width: 25px;
}
.vjs-controls > div.vjs-progress-control
{
    left: 35px;
    right: 165px;
}
.vjs-controls > div.vjs-time-control
{
    right: 90px;
    width: 75px;
}
.vjs-controls > div.vjs-volume-control
{
    right: 35px;
    width: 50px;
}
.vjs-controls > div.vjs-fullscreen-control
{
    right: 5px;
    width: 25px;
}
.vjs-controls > div.vjs-progress-control
{
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
}
.vjs-controls > div.vjs-time-control
{
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}
.vjs-play-control
{
    cursor: pointer !important;
}
.vjs-play-control span
{
    display: block;
    font-size: 0;
    line-height: 0;
}
.vjs-paused .vjs-play-control span
{
    border-bottom: 5px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-top: 5px solid transparent;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}
.vjs-playing .vjs-play-control span
{
    border-color: -moz-use-text-color #FFFFFF;
    border-style: none solid;
    border-width: 0 3px;
    height: 10px;
    margin: 8px auto 0;
    width: 3px;
}
.vjs-progress-holder
{
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #777777;
    cursor: pointer !important;
    height: 9px;
    margin: 7px 1px 0 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.vjs-progress-holder div
{
    -moz-border-radius: 5px 5px 5px 5px;
    display: block;
    height: 9px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
}
.vjs-play-progress
{
    background: -moz-linear-gradient(center top , #FFFFFF, #777777) repeat scroll 0 0 transparent;
}
.vjs-load-progress
{
    background: -moz-linear-gradient(center top , #555555, #AAAAAA) repeat scroll 0 0 transparent;
    opacity: 0.8;
}
.vjs-controls .vjs-time-control
{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
}
.vjs-controls .vjs-time-control span
{
    line-height: 25px;
}
.vjs-volume-control
{
    cursor: pointer !important;
}
.vjs-volume-control div
{
    display: block;
    margin: 0 5px;
    padding: 4px 0 0;
}
.vjs-volume-control div span
{
    border-bottom: 18px solid #555555;
    float: left;
    height: 0;
    margin: 0 2px 0 0;
    padding: 0;
    width: 5px;
}
.vjs-volume-control div span.vjs-volume-level-on
{
    border-color: #FFFFFF;
}
.vjs-volume-control div span:nth-child(1)
{
    border-bottom-width: 2px;
    height: 16px;
}
.vjs-volume-control div span:nth-child(2)
{
    border-bottom-width: 4px;
    height: 14px;
}
.vjs-volume-control div span:nth-child(3)
{
    border-bottom-width: 7px;
    height: 11px;
}
.vjs-volume-control div span:nth-child(4)
{
    border-bottom-width: 10px;
    height: 8px;
}
.vjs-volume-control div span:nth-child(5)
{
    border-bottom-width: 14px;
    height: 4px;
}
.vjs-volume-control div span:nth-child(6)
{
    margin-right: 0;
}
.vjs-fullscreen-control
{
    cursor: pointer !important;
}
.vjs-fullscreen-control div
{
    cursor: pointer !important;
    height: 20px;
    margin: 5px 0 0 5px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 20px;
}
.vjs-fullscreen-control div span
{
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 0;
}
.vjs-fullscreen-control div span:nth-child(1)
{
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    margin-bottom: 3px;
    margin-right: 3px;
}
.vjs-fullscreen-control div span:nth-child(2)
{
    border-left: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
}
.vjs-fullscreen-control div span:nth-child(3)
{
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    clear: both;
    margin: 0 3px 0 0;
}
.vjs-fullscreen-control div span:nth-child(4)
{
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
}
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(1)
{
    border-color: -moz-use-text-color -moz-use-text-color #FFFFFF transparent;
    border-style: none none solid solid;
    border-width: medium medium 6px 6px;
}
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(2)
{
    border-color: -moz-use-text-color transparent #FFFFFF -moz-use-text-color;
    border-style: none solid solid none;
    border-width: medium 6px 6px medium;
}
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(3)
{
    border-color: #FFFFFF -moz-use-text-color -moz-use-text-color transparent;
    border-right: medium none;
    border-style: solid none none solid;
    border-width: 6px medium medium 6px;
}
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(4)
{
    border-color: #FFFFFF transparent -moz-use-text-color -moz-use-text-color;
    border-style: solid solid none none;
    border-width: 6px 6px medium medium;
}
.vjs-no-video
{
    font-size: small;
    line-height: 1.5;
}
div.vjs-big-play-button
{
    -moz-border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 4px 4px 8px #000000;
    background: -moz-linear-gradient(center top , #0B151A, #1F3744) repeat scroll left 40px #1F3744;
    border: 3px solid #FFFFFF;
    cursor: pointer !important;
    display: none;
    height: 80px;
    left: 50%;
    margin: -43px 0 0 -43px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
    z-index: 2;
}
div.vjs-big-play-button:hover
{
    -moz-box-shadow: 0 0 80px #FFFFFF;
}
div.vjs-big-play-button span
{
    border-bottom: 20px solid transparent;
    border-left: 40px solid #FFFFFF;
    border-top: 20px solid transparent;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 20px 0 0 23px;
    width: 0;
}
.vjs-spinner
{
    -moz-transform: scale(0.5);
    display: none;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 1;
}
.vjs-spinner div
{
    -moz-border-radius: 20px 20px 20px 20px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 20px;
    left: 40px;
    position: absolute;
    top: 40px;
    width: 20px;
}
.vjs-spinner div:nth-child(1)
{
    -moz-transform: rotate(0deg) translate(0pt, -40px) scale(0.1);
    opacity: 0.12;
}
.vjs-spinner div:nth-child(2)
{
    -moz-transform: rotate(45deg) translate(0pt, -40px) scale(0.2);
    opacity: 0.25;
}
.vjs-spinner div:nth-child(3)
{
    -moz-transform: rotate(90deg) translate(0pt, -40px) scale(0.4);
    opacity: 0.37;
}
.vjs-spinner div:nth-child(4)
{
    -moz-transform: rotate(135deg) translate(0pt, -40px) scale(0.6);
    opacity: 0.5;
}
.vjs-spinner div:nth-child(5)
{
    -moz-transform: rotate(180deg) translate(0pt, -40px) scale(0.8);
    opacity: 0.62;
}
.vjs-spinner div:nth-child(6)
{
    -moz-transform: rotate(225deg) translate(0pt, -40px) scale(1);
    opacity: 0.75;
}
.vjs-spinner div:nth-child(7)
{
    -moz-transform: rotate(270deg) translate(0pt, -40px) scale(1.1);
    opacity: 0.87;
}
.vjs-spinner div:nth-child(8)
{
    -moz-transform: rotate(315deg) translate(0pt, -40px) scale(1.3);
    opacity: 1;
}

.player-wrapper {
    position: relative;
    width: 720px;
    height: 400px;
    background: transparent url(Images/large-player-right-list.jpg) no-repeat top center;
}

.player-wrapper .player {
    position: absolute;
    left: 10px;
    top: 53px;
    display: block;
    width: 420px;
    height: 300px;
    text-align:center;
}

.player-wrapper .player img {
    background:transparent;
    height:44px;
    width:44px;
    margin-top: 50px;
}

.player-frame {
position: relative;
width: 430px;
height: 285px;
background: transparent url(Images/player-frame.png) no-repeat top center;
}

.player-frame .player {
position: absolute;
left: 40px;
top: 34px;
display: block;
width: 351px;
height: 216px;
text-align:center;
}
#clear
{
    clear:both;
}

.videoSelector
{
    cursor:pointer;
}
