	.PSR_container {
		margin-top:3px;
	}
	.PSR_stars {
	  overflow: hidden;
	  padding: 0;
	  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: 17px;
	  height: 15px;
	  text-indent: -1000em;
	  text-align: left;
	  background-repeat: no-repeat;
	}
	.PSR_no_star {
	  background-image: url(/wp-content/themes/podcaster/i/no_star.png);
	}
	.PSR_full_star {
	  background-image: url(/wp-content/themes/podcaster/i/full_star.png);
	}
	.PSR_half_star {
	  background-image: url(/wp-content/themes/podcaster/i/half_star.png);
	}
	.PSR_no_voting_star {
	  background-image: url(/wp-content/themes/podcaster/i/no_star.png);
	}
	.PSR_full_voting_star {
	  background-image: url(/wp-content/themes/podcaster/i/full_voting_star.png);
	}
	.PSR_half_voting_star {
	  background-image: url(/wp-content/themes/podcaster/i/half_voting_star.png);
	}
	.PSR_votes {
		font-size:12px;
		margin-left:10px;
	}
	.PSR_votes,
	.PSR_tvotes {
		top:-3px;
		position:relative;	
	}
	.PSR_tvotes {
		font-size:11px;
	}
	.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(/wp-content/themes/podcaster/i/up_arrow.gif);
	}
	.PSR_moment_scores .trend_dw {
	  background-image: url(/wp-content/themes/podcaster/i/dw_arrow.gif);
	}
	.PSR_moment_scores .trend_eq {
	  background-image: url(/wp-content/themes/podcaster/i/eq_arrow.gif);
	}

	.PSR_moment_scores .PSR_container {
		position: absolute;
		top: 0;
		right: 0;
		width: 21ex;
		text-align: right;
	}


