/*
 * 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
 */
 
 
 
 
.jplayer_con{ width:50px; 
/*float:right;*/
position:relative;
/*margin-left:5px;
margin-top:3px;*/


}

.jplayer_wrapper{
	width:50px;
	margin: 0 auto;
	
	
	}


.cp-container {
	position: relative;
	width:50px;
	height:50px;
	padding: 0px;
	
}



.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:50px;
	height:50px;
	
}

.cp-buffer-1,
.cp-buffer-2 {

}     


/* 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 {

}

.cp-progress-1,
.cp-progress-2 {
	
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:50px;
	height:50px;
	

	
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	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{

}  


ul.cp-controls { /*margin-left:-30px;*/ }

.cp-controls {
	margin:0;
	padding:0;
	
}

.cp-controls li{

	list-style:none !important;
	display: block;
	margin:0;
	padding:0;
	

	/*IE Fix*/  
	position:absolute;}


/*.cp-controls li{
	list-style-type:none;
	display: block; 
	position:absolute;
	
}*/

.cp-controls li a{
	position: relative;
	display: block;
	width:50px;
	height:50px;
	text-indent:9999px;
	z-index:1;

	
	
}

.cp-play { cursor:pointer; display:block; width:50px; height:50px;}

.stop-bt {background: url("../img/player/playbtn.png")0 0 no-repeat;}
.stop-bt:hover {background: url("../img/player/playbtn2.png")0 0 no-repeat;}
.play-bt {background: url("../img/player/stopbtn.png")0 0 no-repeat;}
.play-bt:hover {background: url("../img/player/stopbtn2.png")0 0 no-repeat;}


.cp-controls .cp-play {
	background: url("img/player/controls.png")0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("img/player/controls.png") -50px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("img/player/controls.png") 0 -50px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("img/player/controls.png") -50px -50px no-repeat;
}

.cp-controls .cp-stop {
	background: url("img/player/controls.png") 0 -50px no-repeat;
}

.cp-controls .cp-stop:hover {
	background: url("img/player/controls.png") -50px -50px no-repeat;
}

.cp-jplayer {
	width: 0;
	height: 0;


}
