.ratingbox {

}
.rating-votes{
	display:block;
}
.ratingbox a, .rspan {
	display:block;
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	background: url(http://fundacioncarnavaldemalaga.es/imagenes/rating/star.gif) no-repeat 0 0px;
}
.ratingbox .active {
	background-position: 0 -16px;
} 
.ratingbox a:hover {
	background-position: 0 -32px;
}
.rateit {
	padding-right:5px;
	display:block;
	float:left;
	height:100%;
	color:#fff;
}
.rateit2 {
	padding-left:10px;
	display:block;
	float:left;
	height:100%;
	color:#fff;
}


