.simple-player-container {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: transparent !important;
	padding: 0px !important;
}
.simple-player-container > div > ul {
    margin: 0 !important;
    padding: 0;
}

.simple-player-container > div > ul  > li {
    margin: 0 !important;
    padding: 0 !important;
	list-style-type: none !important;
	background: none !important;
}

.simple-player-container > div > ul  > li:before { 
 display: none !important;
}

.simpleplayer-play-control {
    background-image: url('images/play.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-play-control:hover {
    background-image: url('images/playing.png');
}
.simpleplayer-stop-control {
    background-image: url('images/stop.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-stop-control:hover {
    background-image: url('images/stoped.png');
}

.progressbar-wrapper span {
	background: #cacaca !important;
}

.progressbar-wrapper span .progressbar {
	background: #f39b1f !important;
}