
.iwidth{position: relative;}
#play_geci{display: none;width: 200px;}
#jp_container_1 {
    width: 320px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    left: 110px;
    top: 5px;
}

#player_title {
    float: left;
    width: 150px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    margin: 5px 0;
}

.jp-controls {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px;
    overflow: hidden;
}

.jp-controls a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/jplayer.jpg) no-repeat;
    text-indent: -9999px;
}

.jp-controls a.jp-play {
    background-position: -5px -4px;
}

.jp-controls a:hover.jp-play {
    background-position: -46px -4px;
}

.jp-controls a.jp-pause {
    background-position: -5px -46px;
}

.jp-controls a:hover.jp-pause {
    background-position: -46px -46px;
}

.jp-progress, .jp-play-bar {
    width: 100%;
    height: 2px;
    line-height: 2px;
    font-size: 0;
    cursor: pointer;
}

.jp-progress {
    float: left;
    width: 100%;
    background: #ccc;
}

.jp-play-bar {
    width: 3px;
    background: #ff4c4c;
}

.jp-time-holder {
    float: right;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin: 5px 0;
}

.lei_geci,#lrc_content {
    float: left;
    width: 340px;
    height: 30px;
    margin-top: 8px;
    overflow: hidden;
}

#lrc_content {
    display: none;
}

#lrc_list li {
    float: left;
    width: 100%;
    font-size: 14px;
    height: 30px;
    text-align: center;
}

#lrc_list li.hover {
    color: #7a71f3;

}