@charset "utf-8";
.favorite_icon_off {
	background-image: url(../images/favorite_off.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
.favorite_icon_on {
	background-image: url(../images/favorite_on.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
