.star, .star-default,
.star2, .star2-default {
	margin: 12px 7px 0 0;
	width: 15px;
	height: 15px;
	float:left;
	cursor:pointer;
}

.star, .star-default {
	width:44px;
	height:46px;
	margin: 0 7px 0 0;
}
.star2, .star2-default {
	width:29px;
	height:30px;
	margin: 0 7px 0 0;
}

.star { background: url(../img/ui/star.png) no-repeat; }
.star-default { background: url(../img/ui/star-default.png) no-repeat; }

.star2 { background: url(../img/ui/star2.png) no-repeat; }
.star2-default { background: url(../img/ui/star2-default.png) no-repeat; }