.starselector a{
	width:15px;
	height:14px;
	display:block;
	float:left;
	background-image:url('../../images/star_selector.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000px;
	margin-right:3px;
	margin-top:5px;
}
.starselector a:hover, .starselector a.starselected{
	background-position:0 -14px;
}