/*
    Plugin Name: jAudio
    Copyright (C) 2018 - Mohammad Esmaeilzadeh
    Author URL: http://www.bugless.ir/
    Author Email: bugless.ir@yahoo.com
    GitHub: https://github.com/buglessir
    A jQuery plugin for convert <A> tags to simple audio player
*/

a[class^='jAudioBtn']{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-decoration: none;
    /*background: url('controls.png');*/
      background: url('wallen-bink-blue-note-jazz-controls-sml.png');

}

a.jAudioBtnPlay{
    background-position: top;
}

a.jAudioBtnPause{
    background-position: bottom;
}
