.wp_manga_rating{
	margin-top:6px;
	height:0;
}

.wp_manga_rating ul.star { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 85px; 
	height: 20px; 
	left: 10px; 
	top: -5px; 
	position: relative; 
	float: left; 
	background: url('../img/rating.gif') repeat-x; 
	cursor: pointer; 
}

.wp_manga_rating ul li{
	padding: 0; 
	margin: 0; 	
}

.wp_manga_rating li { 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block; 
	width: 85px; 
	height: 20px; 
	text-decoration: none; 
	text-indent: -9000px; 
	z-index: 20; 
	position: absolute; 
	padding: 0; 
}

.wp_manga_rating li.curr { 
	background: url('../img/rating.gif') left 25px; 
	font-size: 1px; 
}

.wp_manga_rating div.user { 
	left: 15px; 
	position: relative; 
	float: left; 
	font-size: 13px; 
	font-family: Arial; 
	color: #888; 
	display: none
}

.wp_manga_rating .clear { 
	clear:both
}