

.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/*aplay*/
.aplayer{
	height: 32px;
	width: 32px;
	display:block;
}
.aplayer button.play,
.aplayer button.pause{
	border:0;

	width: 32px;
    height: 32px;
    top: 2px;
	left: 2px;
	cursor: pointer;
    display: block;
	background: transparent url(play-pause-blue.png) 0 0;
}	
.aplayer button.pause {
	background-position:0 -32px;
}	
/* /aplay */


div.audio-player {
    position: relative;
    width: 32px;
    height: 32px;
 

 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mejs__offscreen {
    display:none;
}

.mejs__controls .mejs__button button {
    cursor: pointer;
    display: block;
    position: absolute;

    text-indent: -9999px;
}
 
.mejs__controls .mejs__play button,
.mejs__controls .mejs__pause button {
    width: 32px;
    height: 32px;
    top: 2px;
    left: 2px;
    background: transparent url(play-pause-blue.png) 0 0;
}
 
.mejs__controls .mejs__pause button { background-position:0 -32px; }


