/* Playlist Tab 1 */
#tab_playlist1 {
    left: 210px;
    width: 180px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#tab_playlist1 span {
    position: absolute;
    text-align: center;
    width: 130px;
    top: 7px;
    left: 50px;
}
#tab_playlist1 span p {
    position: absolute;
    text-align: center;
    top:13px;
    font-size: 11px;
    left: 0;
}

/* Playlist Tab 2 */
#tab_playlist2 {
    left: 390px;
    width: 140px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#tab_playlist2 span {
    position: absolute;
    text-align: center;
    width: 120px;
    top: 7px;
    left: 25px;
    line-height: 12px;
}

/* Playlist Tab 3 */
#tab_playlist3 {
    left: 530px;
    width: 170px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#tab_playlist3 span {
    position: absolute;
    text-align: center;
    width: 120px;
    top: 11px;
    left: 40px;
}
