.audiojs{
	display:inline;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.audiojs .play-pause {
width: 18px;
height: 40px;
padding: 0px;
margin: 0px;
float: left;
overflow: hidden;
border-right: none;
}

.scrubber {
	display:none;
}
.time {
	display:none;
}
.audiojs p {
	width: 24px;
	height: 24px;
}
ul.player li {
	list-style: none;
	height: 45px;
}
span.title {
	line-height: 3px;
	color: white;
	font-size: 4px;
	display:block;
	vertical-align: baseline;
}


.audiojs .play {
background: url("../player-graphics.gif") -10px 5px no-repeat;
}
