.jp-player {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.jp-audio
{
    margin-right: 0.5em;
    width: 64px;
    height: 64px;
}

#jp_container_1
{
    /*position: fixed;*/
    top: 50px; left: 0;
    background-color: white;
    color: black;
    padding: 1em;
    z-index: 2;
    border-radius: 1em;
    max-width: 500px;
    border: 1px solid #808080;
}

#jp_container_1 a
{
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}

.jp-controls {
    list-style-type: none;
    margin: 0em;
    padding: 0em;
}

.jp-controls li {
    display: none;
}

.jp-controls li a {
    display: none;
}

.jp-progress {
    display: none;
}

.jp-seek-bar {
    display: none;
}

.jp-play-bar {
    display: none;
}

.jp-play {
    display: none;
}

.jp-pause {
    display: none;
}
.playing {
	background-color: #800 !important;
	color: #fff !important;
}
