.cp-container {
	width: 16px;
	height: 14px;
	float: left;
}

.cp-container :focus {
	border:none; 
	outline:0;
}
.cp-controls {
	margin:0;
	padding: 0px;
}

.cp-controls li{
	list-style-type:none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	background: none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:16px;
	height:14px;
	text-indent:-9999px;
	z-index:1;      
}

.cp-controls .cp-play {
	background-image: url(images/sce/controls.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}

.cp-controls .cp-play:hover {
	background-image: url(images/sce/controls.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}

.cp-controls .cp-pause {
	background-image: url(images/sce/controls.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.cp-controls .cp-pause:hover {
	background-image: url(images/sce/controls.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}

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