.hover {
	background: url(http://www.loschistes.com/rating/star.png); 
	z-index: 1;
}

span.star_1 {
	float: left;
	cursor: pointer;
}

span.star_2 {
	float: left;
	cursor: pointer;
}

span.star_3 {
	float: left;
	cursor: pointer;
}

span.star_4 {
	float: left;
	cursor: pointer;
}
*span.star_5 {
	float: left;
	cursor: pointer;
} 

.clearleft {
	clear: left;
}

div.fivestars { 
	display: block;
	width: 120px;
	padding-top: 10px;
	height: 16px;
	margin: 0;
}

.floatleft {
	float: left;
}

.highlight {
	font-family: Arial, sans-serif;
	font-size: 12px;
	position: relative;
	bottom: 9px;
	color: #93784b;
	font-weight: bold;
}

.s_rating {
 	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #93784b;
	float: left;
	width: 140px;
	position: relative;
	top: 10px;
	background: #FFFFFF;
}

img {
	border: 0;
}