@charset "utf-8";



.audiojs {
	width: auto;
	/*margin:0 auto 10px;*/
}
.audiojs .scrubber {
	/*width:150px;*/
}

.audiojs .time {
/*	display:none;*/
}

.audiojs {
    /*background: -moz-linear-gradient(center top , #444444 0%, #555555 50%, #444444 51%, #444444 100%) repeat scroll 0 0 #404040;*/
    /*background: -moz-linear-gradient(center top , #eeeeee 0%, #999999 100%) repeat scroll 0 0 #404040;*/
/*	background:#eeeeee;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: monospace;
    font-size: 12px;
    height: 36px;
    overflow: hidden;*/
    /*width: 210px;*/
box-shadow:none;
}

.audiojs .play-pause {
/*    border-right: 1px solid #cccccc;
    float: left;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 4px 6px;
    width: 25px;*/
	width:38px;
}


.audiojs .loaded {
    /*background: -moz-linear-gradient(center top , #222222 0%, #333333 50%, #222222 51%, #222222 100%) repeat scroll 0 0 #000000;*/
/*	background:#C2D94E;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;*/
}

.audiojs .progress {
    /*background: -moz-linear-gradient(center top , #CCCCCC 0%, #DDDDDD 50%, #CCCCCC 51%, #CCCCCC 100%) repeat scroll 0 0 #CCCCCC;*/
/*	background:#12A739;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;*/
}









