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

.cp-container {
	position:absolute;
	padding:3px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border:0;
}

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


.cp-controls {
	margin:0 auto;
	padding:4px;
}

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

.cp-controls li a{
	position:absolute;
	display:block;
	width:89px;
	height:78px;
	text-indent:-9999px;
	z-index:1;
	cursor:pointer;	
}

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

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

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

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

.cp-jplayer {
	width:89;
	height:78;
}
