.cp-container {
    position: relative;
    width: 28px !important;
    height: 28px !important;
    background: url("bgr.jpg") 0 0 no-repeat;
    /*padding: 12px;*/
	border: 1px solid silver;
    -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: 26px !important;
    height: 26px !important;
    clip: rect(0px,13px,26px,0px) !important;

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

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

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

.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:26px;
	height:26px;
} 


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

.cp-buffer-holder,
.cp-progress-holder {
    clip:rect(0px,26px,26px,13px) !important;
    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(auto, auto, auto, auto);
}  

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

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

    /*IE Fix*/  
    position: absolute;
}

.cp-controls li a{
    position: relative;
    display: block;
    width:13px !important;
    height:13px !important;
    text-indent:-9999px;
    z-index:0;      
}


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


.cp-controls .cp-play:hover {
	background: url("controls.jpg") -13px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("controls.jpg") 0 -13px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("controls.jpg") -13px -13px no-repeat;
}


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