.rabidRating { position: relative; left: 55px; top: -15px; height: 0px}

.rabidRating .wrapper {	
	cursor: pointer;
}

.rabidRating .wrapper {
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 67px;
	height: 15px;
}
.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 100px;
	height: 19px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('../img/wraper.png') no-repeat center;
	_background:none;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/img/wraper.png');
}

.rabidRating .ratingFill {
	background: url('../img/bg.gif');
}

.rabidRating .ratingVoted {
	cursor: default;
	background: url('../img/bg.gif');
}

.rabidRating .ratingActive {
	background: url('../img/bg.gif');
}

.rabidRating .ratingText {
	color: #000;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url('../img/ajax-loading.gif') no-repeat;
	text-indent: -999em;
}

