.stars-bg {
    background: url('/image/ministar.png');
    width: 80px;
    height:16px;
    display:inline-block;
    float:right;
    margin-top: 7px;
	margin-right:10px;
}
.stars-fg {
    background: url('/image/ministar.png') left 32px;
    width: 0px;
    height:16px;
    display:inline-block;
}

/*#star {clear:both;}*/
#star ul.star { list-style: none; MARGIN: 0; PADDING: 0; WIDTH: 240px; HEIGHT: 48px; LEFT: 10px; TOP: -5px; POSITION: relative; FLOAT: left; BACKGROUND: url('/image/star.png') repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 240px; HEIGHT: 48px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url('/image/star.png') left 96px; FONT-SIZE: 1px; }
#star div.user { LEFT: 15px; POSITION: relative; padding-top: 1em; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; height:40px; }
