.jp-audio {
   width: 420px;
}

.jp-audio, .jp-audio-stream, .jp-video {
   font-family: Verdana, Arial, MS Serif;
   font-size: 16px;
   color: #666;
   line-height: 1.6;
   background-color: #eee;
   border: 1px solid #009be3;
}

.jp-audio *:focus, .jp-audio-stream *:focus, .jp-video *:focus {
   outline-style: none;
}

.jp-audio-stream {
   width: 182px;
}

.jp-video-270p {
   width: 480px;
}

.jp-video-360p {
   width: 640px;
}

.jp-video-full {
   position: static;
   width: 480px;
   height: 270px;
}

.jp-video-full div div {
   z-index: 1000;
}

.jp-video-full .jp-jplayer {
   position: fixed;
   left: 0px;
   top: 0px;
   overflow: hidden;
}

.jp-video-full .jp-gui {
   position: fixed;
   left: 0px;
   top: 0px;
   z-index: 1001;
   width: 100%;
   height: 100%;
}

.jp-interface {
   background-color: #eee;
   position: relative;
   width: 100%;
}

.jp-interface .jp-controls {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   overflow: hidden;
}

.jp-audio .jp-interface {
   height: 80px;
}

.jp-audio-stream .jp-interface {
   height: 80px;
}

.jp-video .jp-interface {
   border-top: 1px solid #009be3;
}

.jp-video-full .jp-interface {
   position: absolute;
   left: 0px;
   bottom: 0px;
}

.jp-controls-holder {
   margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 0px;
   position: relative;
   top: -8px;
   overflow: hidden;
   width: 440px;
   clear: both;
}

.jp-controls button {
   border: none;
   overflow: hidden;
   float: left;
   display: block;
   cursor: pointer;
   text-indent: -9999px;
}

.jp-audio .jp-controls {
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 0px;
   padding-left: 20px;
   width: 380px;
}

.jp-audio-stream .jp-controls {
   position: absolute;
   left: 20px;
   top: 20px;
   width: 142px;
}

.jp-video .jp-controls {
   float: left;
}

.jp-video .jp-type-single .jp-controls {
   margin-left: 200px;
   width: 78px;
}

.jp-video .jp-type-playlist .jp-controls {
   margin-left: 172px;
   width: 134px;
}

.jp-type-single .jp-details, .jp-type-playlist .jp-details {
   border-top: none;
}

.jp-play {
   width: 40px;
   height: 40px;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px 0px;
}

.jp-play:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -41px 0px;
}

.jp-state-playing .jp-play {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -42px;
}

.jp-state-playing .jp-play:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -41px -42px;
}

.jp-stop, .jp-previous, .jp-next {
   margin-top: 6px;
   width: 28px;
   height: 28px;
}

.jp-stop {
   margin-left: 10px;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -83px;
}

.jp-stop:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -29px -83px;
}

.jp-previous {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -112px;
}

.jp-previous:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -29px -112px;
}

.jp-next {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -141px;
}

.jp-next:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -29px -141px;
}

.jp-progress {
   background-color: #ddd;
   overflow: hidden;
}

.jp-audio .jp-progress {
   position: absolute;
   top: 32px;
   height: 15px;
}

.jp-audio .jp-type-single .jp-progress {
   left: 110px;
   width: 186px;
}

.jp-audio .jp-type-playlist .jp-progress {
   left: 166px;
   width: 130px;
}

.jp-video .jp-progress {
   left: 0px;
   top: 0px;
   width: 100%;
   height: 10px;
}

.jp-seek-bar {
   width: 0px;
   height: 100%;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: repeat-x;
   background-position: 0px -202px;
   cursor: pointer;
}

.jp-play-bar {
   width: 0px;
   height: 100%;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: repeat-x;
   background-position: 0px -218px;
}

.jp-seeking-bg {
   background-image: url('/images/jplayer/jplayer.blue.monday.seeking.gif');
   background-attachment: scroll;
   background-repeat: repeat;
}

.jp-volume-controls {
   position: absolute;
   left: 308px;
   top: 32px;
   width: 200px;
}

.jp-video .jp-volume-controls {
   left: 50px;
   top: 12px;
}

.jp-audio-stream .jp-volume-controls {
   left: 70px;
}

.jp-volume-controls button {
   border: none;
   position: absolute;
   overflow: hidden;
   display: block;
   cursor: pointer;
   text-indent: -9999px;
}

.jp-state-no-volume .jp-volume-controls {
   display: none;
}

.jp-mute {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -170px;
}

.jp-mute, .jp-volume-max {
   width: 18px;
   height: 15px;
}

.jp-mute:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -19px -170px;
}

.jp-volume-max {
   left: 74px;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -186px;
}

.jp-volume-max:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -19px -186px;
}

.jp-state-muted .jp-mute {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -60px -170px;
}

.jp-state-muted .jp-mute:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -79px -170px;
}

.jp-volume-bar {
   position: absolute;
   left: 22px;
   top: 5px;
   overflow: hidden;
   width: 46px;
   height: 5px;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: repeat-x;
   background-position: 0px -250px;
   cursor: pointer;
}

.jp-volume-bar-value {
   width: 0px;
   height: 5px;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: repeat-x;
   background-position: 0px -256px;
}

.jp-audio .jp-time-holder {
   position: absolute;
   top: 50px;
}

.jp-audio .jp-type-single .jp-time-holder {
   left: 110px;
   width: 186px;
}

.jp-audio .jp-type-playlist .jp-time-holder {
   left: 166px;
   width: 130px;
}

.jp-current-time {
   float: left;
   display: inline;
   cursor: default;
}

.jp-current-time, .jp-duration {
   font-size: 0.64em;
   font-style: oblique;
   width: 60px;
}

.jp-duration {
   text-align: right;
   float: right;
   display: inline;
   cursor: pointer;
}

.jp-video .jp-current-time {
   margin-left: 20px;
}

.jp-video .jp-duration {
   margin-right: 20px;
}

.jp-details {
   font-weight: bold;
   text-align: center;
   cursor: default;
}

.jp-details, .jp-playlist {
   background-color: #ccc;
   border-top: 1px solid #009be3;
   width: 100%;
}

.jp-details .jp-title {
   font-size: 0.72em;
   padding-top: 5px;
   padding-right: 20px;
   padding-bottom: 5px;
   padding-left: 20px;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
}

.jp-playlist ul {
   font-size: 0.72em;
   padding-top: 0px;
   padding-right: 20px;
   padding-bottom: 0px;
   padding-left: 20px;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   list-style-type: none;
}

.jp-playlist li {
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 4px;
   padding-left: 20px;
   border-bottom: 1px solid #eee;
}

.jp-playlist li div {
   display: inline;
}

div.jp-type-playlist div.jp-playlist li:last-child {
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 5px;
   padding-left: 20px;
   border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
   padding-left: 7px;
   list-style-type: square;
   list-style-position: inside;
}

div.jp-type-playlist div.jp-playlist a {
   color: #333;
   text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
   color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
   color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
   color: #666;
   font-weight: bold;
   text-align: right;
   margin-right: 10px;
   float: right;
   display: inline;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
   color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
   text-align: right;
   margin-right: 10px;
   float: right;
   display: inline;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
   color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
   color: #0d88c1;
}

span.jp-artist {
   font-size: 0.80em;
   color: #666;
}

.jp-video-play {
   background: transparent;
   overflow: hidden;
   width: 100%;
   cursor: pointer;
}

.jp-video-270p .jp-video-play {
   margin-top: -270px;
   height: 270px;
}

.jp-video-360p .jp-video-play {
   margin-top: -360px;
   height: 360px;
}

.jp-video-full .jp-video-play {
   height: 100%;
}

.jp-video-play-icon {
   border: none;
   margin-top: -50px;
   margin-left: -56px;
   position: relative;
   left: 50%;
   top: 50%;
   display: block;
   width: 112px;
   height: 100px;
   background-image: url('/images/jplayer/jplayer.blue.monday.video.play.png');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px 0px;
   cursor: pointer;
   text-indent: -9999px;
}

.jp-video-play-icon:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.video.play.png');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -100px;
}

.jp-jplayer {
   background-color: #000000;
}

.jp-jplayer audio, .jp-jplayer {
   width: 0px;
   height: 0px;
}

.jp-toggles {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 0px;
   overflow: hidden;
}

.jp-audio .jp-type-single .jp-toggles {
   width: 25px;
}

.jp-audio .jp-type-playlist .jp-toggles {
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   position: absolute;
   left: 325px;
   top: 50px;
   width: 55px;
}

.jp-video .jp-toggles {
   margin-top: 10px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   position: absolute;
   right: 16px;
   width: 100px;
}

.jp-toggles button {
   line-height: 100%;
   border: none;
   float: left;
   display: block;
   width: 25px;
   height: 18px;
   cursor: pointer;
   text-indent: -9999px;
}

.jp-full-screen {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -310px;
}

.jp-full-screen:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -30px -310px;
}

.jp-state-full-screen .jp-full-screen {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -60px -310px;
}

.jp-state-full-screen .jp-full-screen:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -90px -310px;
}

.jp-repeat {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -290px;
}

.jp-repeat:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -30px -290px;
}

.jp-state-looped .jp-repeat {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -60px -290px;
}

.jp-state-looped .jp-repeat:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -90px -290px;
}

.jp-shuffle {
   margin-left: 5px;
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 0px -270px;
}

.jp-shuffle:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -30px -270px;
}

.jp-state-shuffled .jp-shuffle {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -60px -270px;
}

.jp-state-shuffled .jp-shuffle:focus {
   background-image: url('/images/jplayer/jplayer.blue.monday.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: -90px -270px;
}

.jp-no-solution {
   font-size: 0.80em;
   color: #000;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   background-color: #eee;
   border: 2px solid #009be3;
   display: none;
}

.jp-no-solution a {
   color: #000;
}

.jp-no-solution span {
   font-size: 1.00em;
   font-weight: bold;
   text-align: center;
   display: block;
}

