#tipVotos {
	margin: 6px 0px 0px 0px;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.star-rating-wrap {white-space:nowrap;}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating li.current-rating {
	background: url(images/star.png) left -1000px repeat-x;
}
.star-rating, .star-rating ul {
	position:relative;
	width:80px !important;
	height:16px !important;
	overflow:hidden !important;
	list-style:none;
	margin:0 auto 0 !important;
	padding:0 !important;
	background-position: left top;
	display: block;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.star-rating li {
	display: inline;
	background: none !important;
	border: 0 !important;
	
}
ul.star-rating a, 
ul.star-rating li.current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	height:16px !important;
	line-height:16px !important;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width:20%;
	z-index:6;
}
.star-rating a.two-stars {
	width:40%;
	z-index:5;
}
.star-rating a.three-stars {
	width:60%;
	z-index:4;
}
.star-rating a.four-stars {
	width:80%;
	z-index:3;
}
.star-rating a.five-stars {
	width:100%;
	z-index:2;
}
.star-rating li.current-rating {
	z-index:1;
	background-image: url(images/star.png) !important;
	background-position: left center !important;
}