

.cp-buffer-holder,
.cp-progress-holder {
	display:none;
}

.cp-controls {
padding-left: 250px;
}

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

	/*IE Fix*/
	
}

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

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

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

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

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

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