#sm2-container {
    height: 0;
    overflow: hidden;
}
#soundmanager-debug {
    display: none;
}
.playable {
    background-image: url("img_dark/player-play-btn2.png");
    background-position: 8px 6px;
    background-repeat: no-repeat;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    outline: medium none;
    padding: 0.5em 0.8em;
    text-decoration: none;
    text-indent: 28px;
}
.track {
    cursor: pointer;
    font-weight: bold;
}
.button .playable {
    min-height: 16px;
    padding-left: 2.5em;
}
.button .playable.playing {
}
.playable .ui {
    display: none;
}
.playable.playing .ui, .playable.paused .ui {
    display: block;
}
.playable .track-title {
    display: block;
}
.playable .ui.progress, .playable .ui.progress .loading, .playable .ui.progress .position {
    height: 10px;
}
.playable .ui.progress {
    border: 1px solid transparent;
    cursor: grab;
    margin: 0.25em 100px 0 0;
    overflow: hidden;
    position: relative;
}
.playable .ui.progress .loading, .playable .ui.progress .position {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.playable .ui.timing {
    cursor: text;
    display: inline-block;
    text-align: right;
    text-indent: 0;
}
.playable .ui.volume {
    border: 1px solid transparent;
    cursor: grab;
    float: right;
    height: 10px;
    margin: 0.25em 0 0;
    position: relative;
    width: 60px;
}
.playable .ui.volume:before {
    background-image: url("img_dark/player-volume.png");
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 15px;
    left: -25px;
    position: absolute;
    top: -1px;
    width: 18px;
}
.playable .ui.volume .vol-position {
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
}
.playable {
    border-radius: 5px;
}
.playable {
    background-color: #131313;
    color: #aaa;
    transition: all 0.4s ease 0s;
}
.playable .track-title {
    color: #aaa;
}
.playable:hover, .playable:hover .track-title {
    color: #e17400;
}
span.playable:hover, span.playable:hover .track-title {
    color: #aaa;
}
.playable.playing {
    background-image: url("img_dark/player-pause-btn2.png");
    color: #e17400;
}
.playable.paused {
    color: #666;
}
.playable .ui.timing {
    color: #444;
}
.playable.paused .ui.timing {
    color: #333;
}
.playable .ui.progress {
    background-color: #0f0f0f;
    border-color: #111;
}
.playable.paused .ui.progress {
    background-color: #101010;
}
.playable .ui.progress .loading {
    background-color: #222;
}
.playable .ui.progress .position {
    background-color: #e17400;
}
.playable.paused .ui.progress .position {
    background-color: #333;
}
.playable .ui.volume {
    background-color: #0f0f0f;
    border-color: #111;
}
.playable .ui.volume .vol-position {
    background-color: #222;
}
.playable.paused .ui.volume .vol-position {
    background-color: #222;
}
.playable.paused .ui.volume {
    background-color: #0f0f0f;
    border-color: #111;
}
.ext-playable {
    background-color: #111;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}
.ext-playable .playable {
    background-color: #131313;
    border-bottom: 1px solid #191919;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.ext-playable .player-button {
    border-right: 1px solid #191919;
    color: #666;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    margin-left: 6px;
    padding: 3px 12px 3px 2px;
    text-transform: uppercase;
}
.ext-playable .player-button:hover {
    color: #fff;
}
.show-ui .ui {
    display: block;
}
.playlist {
    border-bottom: 1px solid #131313;
    clear: both;
    display: block;
    list-style: outside none none;
    margin-bottom: 30px;
    overflow: hidden;
}
.playlist li {
	background-color: rgba(30, 30, 30, 0.4);
    border-top: 1px solid #131313;
    margin: 0;
    overflow: hidden;
    padding: 4px 0;
    position: relative;
    width: 100%;
}
.playlist li.odd {
    background-color: #0d0d0d;
}
.playlist .track-number {
    color: #444;
    font-weight: 800;
    left: 8px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 20px;
}
.playlist .playable {
    background-color: transparent;
    background-image: url("img_dark/player-play-btn2.png");
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 30px;
}
.playlist .playable.playing {
    background-image: url("img_dark/player-pause-btn2.png");
}
.playlist .playable .ui.progress .loading {
    background-color: #222;
}
.playlist .playable.paused .ui.progress .position {
    background-color: #444;
}
.playlist .playable.paused .ui.progress {
    background-color: #222;
}
.playlist .playable .ui.volume {
    background-color: #0c0c0c;
    border-color: #111;
}
.playlist .player-button {
    background-color: #333;
    border-radius: 12px;
    color: #999;
    float: right;
    font-size: 11px;
    line-height: normal;
    margin: 2px 12px 6px 0;
    padding: 2px 8px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.playlist .player-button:hover {
    background-color: #e17400;
    color: #fff;
}
.playlist .player-button strong {
    color: #999;
}
.playlist .player-button:hover strong {
    color: #fff;
}
.playlist .playlist-details {
    color: #666;
    float: left;
    font-size: 11px;
    margin: 2px 0 6px 42px;
}
section#full-player-wrap {
	background: #41240c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MTcxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzA5MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #41240c 0%, #291708 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41240c), color-stop(100%,#291708)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #41240c 0%,#291708 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #41240c 0%,#291708 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #41240c 0%,#291708 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #41240c 0%,#291708 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41240c', endColorstr='#291708',GradientType=0 ); /* IE6-8 */
   
	border-bottom: 1px solid #1f0d01;
    border-top: 1px solid #2d1b0c;

    clear: both;
    min-height: 62px;
    width: 100%;
	padding:0;
}
#full-player-wrap .container #full-player{
	padding:5px !important;
}
#fp-nav {
    float: left;
    margin-top: 20px;
    width: 140px;
}
#fp-nav a {
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    margin-right: 12px;
    opacity: 0.4;
    width: 17px;
}
#fp-nav a:hover {
    opacity: 1;
}
#fp-nav a.play {
    background-image: url("img_dark/fp-play-btn.png");
    background-position: left top;
}
#fp-nav a.play.pause {
    background-image: url("img_dark/fp-play-btn.png");
    background-position: right top;
}
#fp-nav a.next {
    background-image: url("img_dark/fp-next-btn.png");
}
#fp-nav a.prev {
    background-image: url("img_dark/fp-prev-btn.png");
}
#fp-nav a.details {
    background-image: url("img_dark/fp-details-btn.png");
}
#full-player {
    float: right;
    height: 50px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 800px;
}
#tracklist {
    left: 0;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#tracklist li {
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
#tracklist li .track {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    text-indent: 0;
}
#tracklist-nav {
    clear: both;
    display: none;
    padding-top: 20px;
    width: 100%;
}
#tracklist-nav ul {
    border-top: 1px solid #191919;
    list-style: outside none none;
    margin-bottom: 20px;
}
#tracklist-nav ul li {
    background: none repeat scroll 0 0 #111;
    border-bottom: 1px solid #191919;
    color: #aaa;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    transition: all 0.4s ease 0s;
}
#tracklist-nav ul li:hover, #tracklist-nav ul li.active {
    background: none repeat scroll 0 0 #e17400;
    color: #fff;
}
#tracklist-nav ul li .track-num {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
#tracklist-nav ul li:hover .track-num, #tracklist-nav ul li.active .track-num {
    color: #fff;
}
.track-desc:hover{
	color:#ffd235;
}
