

.audiojs .scrubber {
    background: none repeat scroll 0 0 #993333;
    border-top: 0 none;
    border-left: 0 none;
    border-bottom: 0 none;
	border-right: 0 none;

    float: left;
    height: 10px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 85px; /* smaller width */
}


.audiojs .time {
    border-left: 1px solid #000000;
    color: #fff;
    float: center;
    height: 30px;
    margin: 0; /* no margin */
    padding: 0 0px 0 9px; /* 2px smaller left padding */
}


.audiojs {  width: 100%; height: 26px; margin: -2px 0px 14px 0px; background:#8a7e79;

}
em { font-style: normal; color: #000; padding-right: 0px; }



cite:before { content: "From:\00a0"; }
cite { border-top: 1px dotted #999;  display: block; word-wrap: break-word; }
ol { padding: 0px; font-size: 12px; color: #b1aca0; }
ol li { margin: 0px 0px 20px; }
ol li p { color: #ccc; }
ul { font-size: 13px; margin: 6px 0px; padding: 0px; list-style: none; }
ul li { position: relative; }
ul li:before { content: '\2022'; position: absolute; left: -1.8ex; }





