/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2011 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 6th May 2011
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */

.cp-container {
	/*position: relative;
	width: 24px; /* 200 - (2 * 48) */
	/*height:24px;
	background: url("bgr.png") 0 0 no-repeat;
	-webkit-tap-highlight-color:rgba(0,0,0,0);*/
	
	position: relative;
	width: 24px; /* 200 - (2 * 48) */
	height: 24px;
	background: url("bgr.png") 0 0 no-repeat;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


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

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	clip:rect(0px,12px,24px,0px);

	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

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


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("progress_sprite.jpg") no-repeat;
	background-position: 0 24px; 
}

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

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

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,24px,24px,12px);
	display:none;
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(0px,24px,24px,12px);
}  

.cp-controls {
	margin:0;
	padding:6px 7px 7px 6px;
}

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

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	display: block;
    height: 24px;
    margin-bottom: 1px;
    margin-left: -6px;
    margin-right: 1px;
    margin-top: -6px;
    position: relative;
    text-indent: -9999px;
    width: 24px;
    z-index: 1;     
}

.cp-controls .cp-play {
	background: url("play.png")  no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("play-h.png")  no-repeat;
}

.cp-controls .cp-pause {
	background: url("pause.png")  no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("pause-h.png") no-repeat;
}

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

/*New player*/

.cp-container2 {
	
	position: relative;
	height: 24px;
	background: url("bef-but.jpg") 0 0 no-repeat;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}




.cp-controls2 {
  margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 7px;
    padding-top: 16px;
	
}

.cp-controls2 li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls2 li a{
	display: block;
    height: 31px;
    margin-bottom: 1px;
    margin-left: -11px;
    margin-right: 1px;
    margin-top: -19px;
    position: relative;
    text-indent: -9999px;
    width: 25px;
    z-index: 1;     
}

.cp-controls2 .cp-play {
	background: url("play-arrow1.png")  no-repeat;
}

.cp-controls2 .cp-play:hover {
	background: url("play-arrow2.png")  no-repeat;
}

.cp-controls2 .cp-pause {
	background: url("stop-arrow1.png")  no-repeat;
}

.cp-controls2 .cp-pause:hover {
	background: url("stop-arrow2.png") no-repeat;
}

/*new 3 */
.cp-controls3 {
  margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 7px;
    padding-top: 16px;
	
}

.cp-controls3 li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls3 li a{
	display: block;
    height: 31px;
    margin-bottom: 1px;
    margin-left: -11px;
    margin-right: 1px;
    margin-top: -19px;
    position: relative;
    text-indent: -9999px;
    width: 25px;
    z-index: 1;     
}

.cp-controls3 .cp-play {
	background: url("play-arrow2.png")  no-repeat;
}

.cp-controls3 .cp-play:hover {
	background: url("play-arrow1.png")  no-repeat;
}

.cp-controls3 .cp-pause {
	background: url("stop-arrow2.png")  no-repeat;
}

.cp-controls3 .cp-pause:hover {
	background: url("stop-arrow1.png") no-repeat;
}

<!--for mixing-mastering-demo-->

/*new 3 */
.cp-controls-mixing {
  margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 7px;
    padding-top: 16px;
	
}

.cp-controls-mixing li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls-mixing li a{
	display: block;
    height: 41px;
    margin-bottom: 1px;
    margin-left: -45px;
    margin-right: 1px;
    margin-top: -14px;
    position: relative;
    text-indent: -9999px;
    width: 40px;
    z-index: 1;     
}

.cp-controls-mixing .cp-play {
	background: url("mixing-play-img.png")  no-repeat;
}

.cp-controls-mixing .cp-play:hover {
	background: url("mixing-play-img-h.png")  no-repeat;
}

.cp-controls-mixing .cp-pause {
	background: url("mixing-pause.png")  no-repeat;
}

.cp-controls-mixing .cp-pause:hover {
	background: url("mixing-pause_h.png") no-repeat;
}
<!--end mixing mastering demo-->
.cp-jplayer {
	width: 0;
	height: 0; 
}

