.PSR_container {
	display: block;
	width: 189px;
	height: 50px;
}
#peliculas .PSR_container {
	background: url(../img/stars/califica_pelicula.jpg) no-repeat;
}
#series .PSR_container {
	background: url(../img/stars/califica_serie.jpg) no-repeat;
}
#deportes .PSR_container {
	background: url(../img/stars/califica_deporte.jpg) no-repeat;
}
#musica .PSR_container {
	background: url(../img/stars/califica_musica.jpg) no-repeat;
}
#infantil .PSR_container {
	background: url(../img/stars/califica_infantil.jpg) no-repeat;
}
#tendencias .PSR_container {
	background: url(../img/stars/califica_tendencia.jpg) no-repeat;
}
#cultura .PSR_container {
	background: url(../img/stars/califica_cultura.jpg) no-repeat;
}
.PSR_stars {
	  height: 50px;
	  overflow: hidden;
	  padding:5px 25px;
	  margin: 0;
}
* html .PSR_stars .star {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
}
.PSR_stars input {
	display: none;
}
		.PSR_no_star, .PSR_half_star, .PSR_full_star, .PSR_no_voting_star, .PSR_half_voting_star, .PSR_full_voting_star {
		  display: block;
		  float: left;
		  width: 23px;
		  height: 22px;
		  text-indent: -1000em;
		  text-align: left;
		  background-repeat: no-repeat;
}
.PSR_no_star {
  margin: 0 2px;
  background: url(../img/titulos/califica.jpg) no-repeat top;
  background: url(../img/stars/califica_estrella.png) no-repeat top;
}
.PSR_full_star {
  margin: 0 2px;
  background: url(../img/stars/califica_estrella.png) no-repeat 0 -22px;
}
.PSR_half_star {
  margin: 0 2px;
  background: url(../img/stars/califica_estrella.png) no-repeat 0 -22px;
}
.PSR_no_voting_star {
  margin: 0 2px;
  background: url(../img/stars/califica_estrella.png) no-repeat top;
}
.PSR_full_voting_star {
  margin: 0 2px;
  background: url(../img/stars/califica_estrella.png) no-repeat bottom;
}
.PSR_half_voting_star {
  margin: 0 2px;
  background: url(../img/stars/califica_estrella.png) no-repeat bottom;
}
.PSR_votes {
	text-align:center;
	color: #fff;
}
.PSR_moment_scores li {
	position: relative;
	height: 2.2ex;
  list-style: decimal outside;
}
* html .PSR_moment_scores li {
  list-style: none;
}
.PSR_moment_scores .trend_up, .PSR_moment_scores .trend_dw, .PSR_moment_scores .trend_eq {
  display:block;
  width: 14px;
  height: 15px;
  overflow: hidden;
  text-indent: -100em;
  float: left;
  background-repeat: no-repeat;
	margin-right: .5em;
}
.PSR_moment_scores .trend_up {
  background-image: url(../img/stars/up_arrow.gif);
}
.PSR_moment_scores .trend_dw {
  background-image: url(../img/stars/dw_arrow.gif);
}
.PSR_moment_scores .trend_eq {
  background-image: url(../img/stars/eq_arrow.gif);
}
.PSR_moment_scores .PSR_container {
	position: absolute;
	top: 0;
	right: 0;
	width: 21ex;
	text-align: right;
}
