ul {
    padding: 0;
    margin: 0
    }
li {
    list-style: none
    }
.jplayer {
    width: 370px
    }
div.jp-interface ul.jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0
    }
div.jp-interface ul.jp-controls li {
    line-height: 30px
    }
div.jp-interface ul.jp-controls a, .jp-play-time, .jp-total-time, .jp-separador {
    color: #ba0700;
    font-size: 30px;
    font-weight: bold;
    font-style: oblique
    }
div.jp-interface ul.jp-controls a.jp-play {
    font-size: 50px;
    color: #f06
    }
div.jp-interface ul.jp-controls a.jp-pause {
    font-size: 50px;
    color: #f06
    }
a.jp-pause {
    display: none
    }
div.jp-progress {
    overflow: hidden;
    background-color: #ba0700;
    width: 100%;
    height: 8px;
    margin-top: 5px
    }
div.jp-load-bar {
    background-color: #ba0700;
    width: 0;
    height: 8px;
    cursor: pointer;
    border-right: 1px solid #000
    }
div.jp-play-bar {
    background-color: #f06;
    width: 0;
    height: 8px
    }
.jp-play-time, .jp-total-time, .jp-separador {
    float: right
    }
div.jp-total-time {
    text-align: right
    }
div.jp-single-player div.jp-play-time, div.jp-single-player div.jp-total-time {
    left: 130px
    }
div.jp-playlist-player div.jp-play-time, div.jp-playlist-player div.jp-total-time {
    left: 164px
    }
div.jp-playlist {
    width: 370px
    }
div.jp-playlist ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0
    }
div.jp-playlist-player div.jp-playlist li {
    list-style: none;
    padding: 0 0 7px 0
    }
div.jp-playlist-player div.jp-playlist a {
    font-size: 1.2em;
    color: #ba0700;
    text-decoration: none
    }
div.jp-playlist-player div.jp-playlist a:hover {
    color: #f06
    }
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
    color: #f06
    }