.audiojs{
    width: 100%; /* smaller width */
	border-radius: 5px;
}

.audiojs .scrubber {
    background: none repeat scroll 0 0 #5A5A5A;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 1px solid #3F3F3F;
    float: left;
    height: 14px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 120px; /* smaller width */
}

.audiojs .time {
    display: none;
}

.audiojs .play-pause { 
	width: 20px; 
	height: 40px; 
	top: -8px;
	padding: 0px 5px; /* top right bottom left*/
	margin: 0px; 
	float: left; 
	overflow: hidden; 
	border-right: 1px solid #000; 
	position: relative;
}
