.jp-audio {
    position: absolute;
    right: 0;
    bottom: 0;
    width:300px;
    height: 50px;
}


/* @group CONTROLS */

.jp-controls {
    position: absolute;
    top: 30px;
    width: 300px;
}

.jp-controls a {
    float: left;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:16px;
    background-image: url("controls.png");
    background-repeat: no-repeat;
    margin-right: 7px;
}
a.jp-play {
    background-position: 0 0;
}
a.jp-play:hover {
    background-position: -16px 0;
}
a.jp-pause {
    background-position: 0 -16px;
}
a.jp-pause:hover {
    background-position: -16px -16px;
}
a.jp-stop {
    background-position: 0 -16px;
}
a.jp-stop:hover {
    background-position: -16px -16px;
}
a.jp-previous {
    background-position: 0 -48px;
}
a.jp-previous:hover {
    background-position: -16px -48px;
}
a.jp-next {
    background-position: 0 -32px;
}
a.jp-next:hover {
    background-position: -16px -32px;
}

/* @end */

/* @group progress bar */
.jp-progress {
    position: absolute;
    top:20px;
    left:0;
    height:5px;
    width:100%;
    overflow:hidden;
    border: 1px solid #1e0700;
    background-color: #51271c;
}
.jp-seek-bar {
    background: url("controls.png") 0 -202px repeat-x;
    width:0px;
    height:100%;
    cursor: pointer;
}
.jp-play-bar {
    background: url("controls.png") 0 -112px repeat-x ;
    width:0px;
    height:100%;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
    background: url("seeking.gif") center center repeat-x;
}

/* @end */

/* @group volume controls */

.jp-audio .jp-type-single a.jp-mute,
.jp-audio .jp-type-single a.jp-unmute {
    margin-left: 140px;
}

.jp-audio .jp-type-playlist a.jp-mute,
.jp-audio .jp-type-playlist a.jp-unmute {
    margin-left: 140px;
}

.jp-audio a.jp-volume-max {
    margin-left: 45px;
}

a.jp-mute {
    background-position: 0 -80px;
}
a.jp-mute:hover {
    background-position: -16px -80px;
}
a.jp-unmute {
    background-position: 0 -96px;
    display: none;
}
a.jp-unmute:hover {
    background-position: -16px -96px;
}

a.jp-volume-max {
    background-position: 0 -64px;
}
a.jp-volume-max:hover {
    background-position: -16px -64px;
}

.jp-volume-bar {
    position: absolute;
    overflow:hidden;
    background: url("controls.png") 0 -128px repeat-x;
    width:46px;
    height:5px;
    cursor: pointer;
    border: 1px solid #1e0700;
}
.jp-audio .jp-volume-bar {
    top: 35px;
    right: 25px;
}
.jp-volume-bar-value {
    background: url("controls.png") 0 -112px repeat-x;
    width:0px;
    height:5px;
}

/* @end */

/* @group current time and duration */

.jp-audio .jp-time-holder {
    position:absolute;
    top: 0px;
    right: 0px;
    color: #C1715E;
}
.jp-audio .jp-type-single .jp-time-holder {
}
.jp-audio .jp-type-playlist .jp-time-holder {
}

.jp-current-time,
.jp-duration {
    font-size: 11px;
}
.jp-current-time {
}
.jp-duration {
}

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

/* @end */

/* @group playlist */

.jp-title {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight:bold;
}
.jp-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.jp-title li {
    width: 100%;
    font-size: 11px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

.jp-type-playlist .jp-playlist li:last-child {
    padding:5px 0 5px 20px;
    border-bottom:none;
}
.jp-type-playlist .jp-playlist li.jp-playlist-current {
    list-style-type:square;
    list-style-position:inside;
    padding-left:7px;
}
.jp-type-playlist .jp-playlist a {
    color: #333;
    text-decoration: none;
}
.jp-type-playlist .jp-playlist a:hover {
    color:#0d88c1;
}
.jp-type-playlist .jp-playlist a.jp-playlist-current {
    color:#0d88c1;
}

.jp-type-playlist .jp-playlist a.jp-playlist-item-remove {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
    font-weight:bold;
    color:#666;
}
.jp-type-playlist .jp-playlist a.jp-playlist-item-remove:hover {
    color:#0d88c1;
}
.jp-type-playlist .jp-playlist span.jp-free-media {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
}
.jp-type-playlist .jp-playlist span.jp-free-media a{
    color:#666;
}
.jp-type-playlist .jp-playlist span.jp-free-media a:hover{
    color:#0d88c1;
}
span.jp-artist {
    font-size:.8em;
    color:#666;
}

/* @end */

.jp-video-play {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    cursor:pointer;
    background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
.jp-video-270p .jp-video-play {
    height:270px;
}
.jp-video-360p .jp-video-play {
    height:360px;
}
.jp-video-full .jp-video-play {
    height:100%;
    z-index:1000;
}
a.jp-video-play-icon {
    position:relative;
    display:block;
    width: 112px;
    height: 100px;

    margin-left:-56px;
    margin-top:-50px;
    left:50%;
    top:50%;

    background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;
    text-indent:-9999px;
}
.jp-video-play:hover a.jp-video-play-icon {
    background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}





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

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





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
    list-style-type:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
}

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

.jp-video ul.jp-toggles {
    margin-top:10px;
    width:100px;
}

ul.jp-toggles li {
    display:block;
    float:right;
}

ul.jp-toggles li a {
    display:block;
    width:25px;
    height:18px;
    text-indent:-9999px;
    line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
    background: url("controls.png") 0 -310px no-repeat;
    margin-left: 20px;
}

a.jp-full-screen:hover {
    background: url("controls.png") -30px -310px no-repeat;
}

a.jp-restore-screen {
    background: url("controls.png") -60px -310px no-repeat;
    margin-left: 20px;
}

a.jp-restore-screen:hover {
    background: url("controls.png") -90px -310px no-repeat;
}

a.jp-repeat {
    background: url("controls.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
    background: url("controls.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
    background: url("controls.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
    background: url("controls.png") -90px -290px no-repeat;
}

a.jp-shuffle {
    background: url("controls.png") 0 -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle:hover {
    background: url("controls.png") -30px -270px no-repeat;
}

a.jp-shuffle-off {
    background: url("controls.png") -60px -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle-off:hover {
    background: url("controls.png") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
    position:absolute;
    width:390px;
    margin-left:-202px;
    left:50%;
    top: 10px;

    padding:5px;
    font-size:.8em;
    background-color:#eee;
    border:2px solid #009be3;
    color:#000;
    display:none;
}

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

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

/* @end */

.jp-playlist {
    display: none;
}