.rating {
	margin:3px 0 10px 0px;
	width:80px;
	height:16px;
	overflow:hidden;
	display:block;
	text-align:left;
}

.rating .empty, .rating .full {
	background: url('stars.png') 0px 0px;
}

.rating .full {
	background-position: 0px 32px;
	width:0%;
	height:100%		
}

.rating .empty {
	position:relative;
	width:100%;
	height:100%;
}

.rating:hover .full {
    background-position: 0px 16px;
}

.rating .options {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	cursor:hand;
}

.rating .stars {
	height:100%;
	float:left;
}