/*  styles for the unit rater     */
.ratingblock {
	width: 50%;
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('http://scicast.org.uk/mt-static/support/plugins/AjaxRating/images/working.gif') 50% 50% no-repeat;
	}

.unit-rating li{
	/*\*/
	float: left;
	/* */
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}

.below-threshold {display: none}

