

.cp-container {
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.cp-container:focus {
    border: none;
    outline: 0
}

/*.cp-container .cp-fallback {
    background: url(progress_sprite.jpg) 0 104px no-repeat
}*/

/*
.cp-buffer-1, .cp-buffer-2, .cp-progress-1, .cp-progress-2 {
    position: absolute;
    top: 0;
    left: 0
}

.cp-buffer-holder, .cp-circle-control, .cp-progress-holder {
    position: absolute
}

*/

.cp-circle-control {
    cursor: pointer
}

/*
.cp-buffer-holder, .cp-progress-holder {
    display: none
}

.cp-buffer-holder.cp-gt50, .cp-progress-1.cp-fallback, .cp-progress-holder.cp-gt50 {
    clip: rect(auto, auto, auto, auto)
}
*/

.cp-controls {
    margin: 0
}

.cp-controls li {
    list-style-type: none;
    display: block;
    position: absolute
}

.cp-controls li a {
    position: relative;
    display: block;
    text-indent: -9999px;
    z-index: 1;
    cursor: pointer
}

.cp-jplayer {
    width: 0;
    height: 0
}

.cp-container {
    width: 162px;
    height: 162px;
    background: url(bgr.png) no-repeat;	/* ../img/bgr.png  */
    padding: 0
}


/*
.cp-buffer-1, .cp-buffer-2, .cp-progress-1, .cp-progress-2 {
    width: 162px;
    height: 162px;
    clip: rect(0, 81px, 162px, 0);
    -moz-border-radius: 81px;
    -webkit-border-radius: 81px;
    border-radius: 81px
}

.cp-buffer-1, .cp-buffer-2 {
    background: url(buffer.png) no-repeat	
}

.cp-progress-1, .cp-progress-2 {
    background: url(progress.png) no-repeat
}

.cp-buffer-holder, .cp-circle-control, .cp-progress-holder {
    width: 162px;
    height: 162px
}

.cp-buffer-holder, .cp-progress-holder {
    clip: rect(0, 162px, 162px, 81px)
}

*/

.cp-controls {
    padding: 53px;
    list-style: none
}

.cp-controls li a {
    width: 60px;
    height: 60px
}

.cp-controls li .cp-play {
   background: url(controls.png) no-repeat	/* ../img/controls.png  */
}

.cp-controls li .cp-play:hover {
    background: url(controls.png) -60px 0 no-repeat	/* ../img/controls.png  */
}

.cp-controls li .cp-pause {
    background: url(controls.png) 0 -60px no-repeat	/* ../img/controls.png  */
}

.cp-controls li .cp-pause:hover {
    background: url(controls.png) -60px -60px no-repeat	/*  ../img/controls.png */
}
