.likesong{
    width:80px;
    height:16px;
    margin:0 0 20px 0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background: url(http://song.fantango.jp/images/star-matrix2.gif) no-repeat 0 0;
}
ul.likesong li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated but ie6 does\*/
    float:left;
    /* end hide*/
    text-indent:-999em;/* hide text*/
}
ul.likesong li a {
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    text-decoration:none;
    z-index: 200;
}
ul.likesong li.likesong1 a {left:0}
ul.likesong li.likesong2 a {left:16px;}
ul.likesong li.likesong3 a {left:32px;}
ul.likesong li.likesong4 a {left:48px;}
ul.likesong li.likesong5 a {left:64px;}
ul.likesong li a:hover {
    z-index:2;
    width:80px;
    height:16px;
    overflow:hidden;
    left:0;
    background: url(http://song.fantango.jp/images/star-matrix2.gif) no-repeat 0 0
}
ul.likesong li.likesong1 a:hover {background-position:0 -96px;}
ul.likesong li.likesong2 a:hover {background-position:0 -112px;}
ul.likesong li.likesong3 a:hover {background-position:0 -128px}
ul.likesong li.likesong4 a:hover {background-position:0 -144px}
ul.likesong li.likesong5 a:hover {background-position:0 -160px}

.likevideo{
    width:80px;
    height:16px;
    margin:0 0 20px 0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background: url(http://song.fantango.jp/images/star-matrix2.gif) no-repeat 0 0;
}
ul.likevideo li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated but ie6 does\*/
    float:left;
    /* end hide*/
    text-indent:-999em;/* hide text*/
}
ul.likevideo li a {
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    text-decoration:none;
    z-index: 200;
}
ul.likevideo li.likevideo1 a {left:0}
ul.likevideo li.likevideo2 a {left:16px;}
ul.likevideo li.likevideo3 a {left:32px;}
ul.likevideo li.likevideo4 a {left:48px;}
ul.likevideo li.likevideo5 a {left:64px;}
ul.likevideo li a:hover {
    z-index:2;
    width:80px;
    height:16px;
    overflow:hidden;
    left:0;
    background: url(http://song.fantango.jp/images/star-matrix2.gif) no-repeat 0 0
}
ul.likevideo li.likevideo1 a:hover {background-position:0 -16px;}
ul.likevideo li.likevideo2 a:hover {background-position:0 -32px;}
ul.likevideo li.likevideo3 a:hover {background-position:0 -48px}
ul.likevideo li.likevideo4 a:hover {background-position:0 -64px}
ul.likevideo li.likevideo5 a:hover {background-position:0 -80px}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}


