.clipping {
	float: left;
	margin-right: 6px;
}

.clipping:hover {
	cursor: pointer;
}

.clipping_img_active {
	width: 16px;
	height: 16px;
	background: url('../../img/icon/star.png') no-repeat;
}

.clipping_img_unactive {
	width: 16px;
	height: 16px;
	background: url('../../img/icon/star_gray.png') no-repeat;
}
