


.audiojs .play {background: transparent url("player-graphics.gif") no-repeat scroll -2px -3px;}

.audiojs .pause {background: transparent url("player-graphics.gif") no-repeat scroll -2px -93px;}



.audiojs {
    width: 300px;
    height: 30px;
		/*background: #404040 -moz-linear-gradient(center top , #444 0%, #555 50%, #444 51%, #444 100%) repeat scroll 0% 0%;*/
   background: #999999 -moz-linear-gradient(center top , #888888 0%, #777777 50%, #777777 51%, #777777 100%) repeat scroll 0% 0%;
	  background-color:#777;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    box-shadow:none;
}

.audiojs .scrubber {
    position: relative;
    float: left;
    width: 140px;
    background: #5A5A5A none repeat scroll 0% 0%;
    height: 12px;
    margin: 8px 4px 7px 7px;
    border-top: 1px solid #3F3F3F;
    border-left: 0px none;
    border-bottom: 0px none;
    overflow: hidden;
}


.audiojs .time {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0px 6px;
    padding: 0px 4px 0px 8px;
    border-left: 1px solid #000;
    color: #DDD;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}