.favorite_star {
	width: 65px;
	height: 62px;
}

.favorite_star a {
    display: inline-block;
    width: 65px;
    height: 62px;
    background: url(../images/bg_bookmark.png) no-repeat 0 0px;
	background-position: 0 0px;
		font-size: 14px;
	color: #000;
	text-decoration: none;
}

.favorite_star.on a {
	background-position: 0 -62px;
}

.favorite_star a:hover {
	background-position: 0 -124px;
}


a .bm_cont {
	text-align:center;
	margin:10px;
	width:55px;
	display:block;
}