/* DO NOT REMOVE OR MODIFY */
/*{"skinName": "sechs", "borderRadius": 1, "main": "rgb(255, 255, 255)", "secondary": "rgb(76, 17, 48)", "playerPadding": 0}*/
/* END - DO NOT REMOVE OR MODIFY */
/*++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);
http://pupunzi.com/mb.components/mb.miniAudioPlayer/demo/skinMaker.html

Skin name: sechs
borderRadius: 1
background: rgb(255, 255, 255)
icons: rgb(76, 17, 48)
border: rgb(55, 12, 35)
borderLeft: rgb(255, 255, 255)
borderRight: rgb(230, 230, 230)
mute: rgba(76, 17, 48, 0.4)
download: rgba(255, 255, 255, 0.4)
downloadHover: rgb(255, 255, 255)
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Older browser (IE8) - not supporting rgba() */
.mbMiniPlayer.sechs .playerTable span{background-color:#ffffff}
.mbMiniPlayer.sechs .playerTable span.map_play{border-left:1px solid #ffffff;}
.mbMiniPlayer.sechs .playerTable span.map_volume{border-right:1px solid #ffffff;}
.mbMiniPlayer.sechs .playerTable span.map_volume.mute{color: #280b30;}
.mbMiniPlayer.sechs .map_download{color: #280b30;}
.mbMiniPlayer.sechs .map_download:hover{color: #280b30;}
.mbMiniPlayer.sechs .playerTable span{color: #280b30;}
.mbMiniPlayer.sechs .playerTable {border: 1px solid #280b30 !important;}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/

.mbMiniPlayer.sechs .playerTable{background-color:transparent; border-radius:1px !important;}
.mbMiniPlayer.sechs .playerTable span{background-color:rgb(255, 255, 255); padding:3px !important; font-size: 20px;}
.mbMiniPlayer.sechs .playerTable span.map_time{ font-size: 12px !important; width: 50px !important}
.mbMiniPlayer.sechs .playerTable span.map_title{ padding:4px !important}
.mbMiniPlayer.sechs .playerTable span.map_play{border-left:1px solid rgb(230, 230, 230); border-radius:0 0px 0px 0 !important;}
.mbMiniPlayer.sechs .playerTable span.map_volume{padding-left:6px !important}
.mbMiniPlayer.sechs .playerTable span.map_volume{border-right:1px solid rgb(255, 255, 255); border-radius:0px 0 0 0px !important;}
.mbMiniPlayer.sechs .playerTable span.map_volume.mute{color: rgba(76, 17, 48, 0.4);}
.mbMiniPlayer.sechs .map_download{color: rgba(255, 255, 255, 0.4);}
.mbMiniPlayer.sechs .map_download:hover{color: rgb(255, 255, 255);}
.mbMiniPlayer.sechs .playerTable span{color: rgb(76, 17, 48);text-shadow: none!important;}
.mbMiniPlayer.sechs .playerTable span{color: rgb(76, 17, 48);}
.mbMiniPlayer.sechs .playerTable {border: 1px solid rgb(55, 12, 35) !important;}
.mbMiniPlayer.sechs .playerTable span.map_title{color: #000; text-shadow:none!important}
.mbMiniPlayer.sechs .playerTable .jp-load-bar{background-color:rgba(255, 255, 255, 0.3);}
.mbMiniPlayer.sechs .playerTable .jp-play-bar{background-color:#ffffff;}
.mbMiniPlayer.sechs .playerTable span.map_volumeLevel a{background-color:rgb(118, 26, 74); height:80%!important }
.mbMiniPlayer.sechs .playerTable span.map_volumeLevel a.sel{background-color:#280b30;}
.mbMiniPlayer.sechs  span.map_download{font-size:50px !important;}
/* Wordpress playlist select */
.map_pl_container .pl_item.sel{background-color:rgba(255, 255, 255, 0.1) !important; color: #999}
/*++++++++++++++++++++++++++++++++++++++++++++++++*/

/*Hide Mute button*/
.mbMiniPlayer .playerTable>div.muteBox {
    display: none;
}