
/*CSS rules for JPlayer Audio Button*/
#audioWrapper
{
    width: 80px;
    text-align: center;
    margin: 5px auto;
	margin-top: 20px;
}
.jp-controls .jp-play, .jp-controls  .jp-custom-play
{
    background:transparent;
    border: none;
    cursor:pointer;
    outline:0;
    width:40px;
    height:40px;
}

.jp-play.jp-pause-icon, .jp-custom-play.jp-pause-icon
{
    background:url('/theme/redflags/pix/Sound-Muted.png');
    background-size: 100% 100%;
}
.jp-play.jp-play-icon, .jp-custom-play.jp-play-icon
{
    background:url('/theme/redflags/pix/Sound-button.png');
    background-size: 100% 100%;
}

#smallAudioBtn
{
    width:25px;
	height:25px;
    display: inline-block;
    margin-right: 10px;
    background:url(/theme/redflags/pix/Sound-button.png) no-repeat 0 0/100% 100%;
    vertical-align: middle;
    cursor: pointer;  
}