.rating {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.rating.ok,
.rating.ok li.ok {
	cursor: default !important
}

.rating:hover div {
	display: none
}

.rating.ok:hover div {
	display:block !important;
}

.rating li {
	display: block;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
}
.rating li {
	background-image: url(../img/rating.png);
	width: 20px;
	height: 19px;
	background-position: 0 0;
}

.rating div {
	display: block;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 102
}
.voted {
	background-image: url(../img/rating.png);
	background-repeat: repeat-x !important;
}

.votes 
{
	width:70px;
}

.votes .parenthesis{
	float:left;
}
.votes .count
{
	float:left;
	margin:0px 6px;
}
