

/*new single player*/
#jp_slides_container {
    width: 450px;
    height: 337px;

    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #c8c8c8;
    margin-bottom: 2px;
    position: relative;

}
#jp_slides_container .audio-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

#jp_slides_container .audio-slides img {
    display: block;
    position: relative;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.marker {
    width: 2px;
    height: 20px;
    position: absolute;
    background: url('images/bar_2.png');
    top: 0;
    z-index: 9999;
}

.jp-container{
    position:relative;
    width: 450px;
    height: 51px;
    border:1px solid #cfcfcf;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("images/pl_fon.jpg") repeat-x;
    min-width: 240px;
}

.jp-controls {
    display: block;
    margin: 0; padding: 0;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 11px;
    height: 14px;
}
.jp-controls li {margin: 0px; position: relative; padding: 0; cursor: pointer; float: left;  list-style: none;}
.jp-controls li > a{
    float: left;
    margin-top: 1px;
    border:none;
    width: 14px;
    height: 14px;
}
.pcontrol {
    position: absolute;
    margin: 1px 1px 1px 1px;
    width: 110px;
    height: 110px;
}

.pcontrol:hover {
    cursor: pointer;
}

.play {
    background: url('images/mini_hovers.png') 0 0 no-repeat;

}
.pause {
    background: url('images/mini_hovers.png') 0 -220px no-repeat;

}

.pause:hover {
    background: url('images/mini_hovers.png') 0 -220px no-repeat;

}

.pause:active {
    background: url('images/mini_hovers.png') 0 -440px no-repeat;
}
.play:hover {
    background: url('images/mini_hovers.png') 0 -110px no-repeat;

}
.play:active {
    background: url('images/mini_hovers.png') 0 -330px no-repeat;
}
.pending {
    background: url('images/mini_hovers.png') 0 -330px no-repeat;
}



.jp-controls li > .jp-play{
    background:url("images/play_icon.png") 0px 0px no-repeat;
}
.jp-controls li > .jp-play:hover{
    background: url("images/play_icon.png") 0px -15px no-repeat;
}
.jp-controls li > .jp-pause {
    background: url("images/pause.png") 0 0px no-repeat;
    /*display:none;*/
}
.jp-controls li > .jp-fs {
    background: url("images/full-screen.png") 0 0px no-repeat;
    width: 14px;
    height: 14px;
    /*display:none;*/
}
.jp-controls li > .jp-pause:hover {
    background: url("images/pause.png") 0px 0px no-repeat;

}

/*.jp-controls #volume-min {
    margin:2px 140px 2px 364px;
}*/

.jp-volume-bar {
    width: 83px;
    height: 7px;
    overflow: hidden;
    background: url("images/vol_bar.jpg") 0 0px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 30px;

}
.jp-volume-bar-container{
    display: none;

}
.jp-volume-bar .jp-volume-bar-value {
    z-index: 1; 
    /*font-size: .7em;*/
    display: block;
    border: 0;
    padding:0;
    margin:0;
    background: url("images/vol_bar.jpg") 0 -7px;
    height:100%;
    cursor: pointer;
}


.jp-progress {

    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 19px;
    background: #999999;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius:  5px 5px 0px 0px;
    z-index: 20;
}


.jp-seek-bar, .jp-seek-bar-html{ 
    position: relative;
    text-align: left; 
    height: 20px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.jp-seek-gray-color{
    background-color: #898989;
}
.jp-seek-bar .jp-play-bar {

    position: absolute; 
    z-index: 1; 
    font-size: .7em; 
    display: block; 
    border: 0; 
    background: #d24c35;
}



.jp-slider-bar { 
    left: 0;
    top: 0;
    height: 20px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    opacity: 1;
}

.jp-time-holder .jp-current-time, .jp-time-holder .jp-duration, .jp-time-holder .jp-time-divider{
    float: left;
}
.jp-time-holder .jp-time-divider{
    padding: 0px 3px;
}
.jp-logo{
    position: absolute;
    top: 25px;
    right: 10px;
    width:80px;
    height:20px;
    background: url("images/logo.jpg") 0 0 no-repeat;
    z-index: 1;
}
.jp-logo-mini{
    position: absolute;
    top: 25px;
    right: 10px;
    width:40px;
    height:20px;
    background: url("images/logo_mini.png") 0 0 no-repeat;
    z-index: 1;
}

.jp-time-holder_tip{
    position: absolute;
    z-index:999;
    padding: 1px 5px;
    font-size: 11px;
    font-family: Arial;
    color: #000;
    background-color: white;
    border:1px solid #cfcfcf;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.jp-volume-icon {
    display: inline-block;
    width: 23px;
    height: 18px;
    background: url("images/volume_111.png") 0 0 no-repeat;
    cursor: pointer;
    float: left;
    z-index: 12;
    position: absolute;
}

#jp_slides_container span {
    padding: 3px 4px 3px 4px;
    position: absolute;
    bottom: 0;

    left: -120px;
    z-index: 100;


    display: none;

    background: #e4e4e4;

    border: 1px solid #cfcfcf;

}

#jp_slides_container span img {
    display: block;
    opacity: 1;

}



.jp-volume-icon-indicator {
    position: absolute;
    width: 20px;
    height: 18px;
    top: 7px;
    left: 41px;
    background: url("images/volume_2.png") 0 2%;
    z-index: 1;
}

.jp-volume-ico  n:hover{
    background: url("images/volume_111.png") 0 -18px no-repeat;
}

div.jp-ui-list{
    position: absolute;
    top: 20px;
    list-style: none;
    margin: 0px;
    left: 7px;
    padding-left: 0;
}
div.jp-ui-list  .jp-ui-list-item{
    background: url("images/line.jpg") 100% 0 no-repeat;
}
div.jp-ui-list  .jp-ui-list-item, div.jp-ui-list  .jp-ui-list-item-devfree{
    float: left;
    padding: 7px 10px 0 10px;
    height:24px;
}
div.jp-ui-list li.vol_border{
    padding: 7px 10px 8px 15px;
}
div.jp-ui-list .jp-ui-list.jp-volume-bar{
    padding: 12px 0px 0px 0px;
}

.jp-download-button {
    background: url('images/download_icon.png') no-repeat;
    width:15px;
    height: 15px;
    display:block;
    margin: 1px 3px 0 3px;
}
.jp-download-button:hover {
    background: url('images/download_icon_pressed.png') no-repeat;
}


/* end new single player */

.icon_download {
    background: url("images/icons.png") no-repeat scroll left -310px transparent;
    height: 12px;
    margin-right: 6px;
    padding-left: 13px;
    width: 12px;
}
a.box_download {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    float: left;
    font-size: 11px;
    height: 31px;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 0 11px 0 9px;
}
a.box_download:hover {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    text-decoration: none;
}
a.box_download:hover .icon_download {
    background: url("images/icons.png") no-repeat scroll left -325px transparent;
}
.count_replay {
    color: #999999;
    float: right;
    font-size: 10px;
    line-height: 31px;
    margin-right: 3px;
    text-transform: uppercase;
}
.count_replay b {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
div.pf-jp-podcast-info{
    margin-top:30px;
}
.jp-seek-bar-html{

    margin:0;
    padding:0;
    position:absolute;
    left:0;
    right:0;
    display:none;
}
.jp-download-count-container {
    position: absolute;
    top: 25px;
    right: 100px;
    height: 20px;
    display: none;
}
.jp-podcast-info-text{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: white;

    z-index: 10;
}
.jp-seek-bar{
    opacity:0.7;
    z-index: 15;
}
.jp-container {
    position: relative;
    overflow: hidden;
    width: 450px;
    height: 50px;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("images/pl_fon.jpg") repeat-x;
}
.jp-podcast-info-text {
    position: absolute;
    left: 0;
    font-family: sans-serif;
    font-size: 13px;
    padding-left: 5px;
    color: white;
    line-height: 13px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 440px;
    overflow: hidden;
}

div.jp-ui-list  .jp-ui-list-item-devfree.jp-download-counter-holder {
    padding: 7px 0 10px 0;
}
div.jp-ui-list  .jp-ui-list-item-devfree.jp-download-button-holder {
    padding-right: 0;
}
.jp-ui-list-item-text{
    line-height: 11px;
    font-size: 11px;
    font-family: Arial;
    color: #666;
    margin-top: 3px;
}
.jp-download-counter{
    display:none;
}
.jp-ui-list-download-block{
    float: left;
}
div.jp-ui-list .jp-ui-list-item.jp-download-block-dev{
    padding-left: 0;
}
.jp-seek-bar, .jp-play-bar, .jp-seek-bar-html{
    max-width:100%;
}